Class UpdateApplicationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.opensearch.transform.UpdateApplicationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateApplicationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateApplicationRequestMarshaller
extends Object
implements Marshaller<UpdateApplicationRequest>
UpdateApplicationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateApplicationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateApplicationRequest updateApplicationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateApplicationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateApplicationRequest>
- Parameters:
- updateApplicationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-