Class UpdateDomainEndpointOptionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cloudsearch.transform.UpdateDomainEndpointOptionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateDomainEndpointOptionsRequest>
@Generated("software.amazon.awssdk:codegen")
public class UpdateDomainEndpointOptionsRequestMarshaller
extends Object
implements Marshaller<UpdateDomainEndpointOptionsRequest>
UpdateDomainEndpointOptionsRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionUpdateDomainEndpointOptionsRequestMarshaller(AwsQueryProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(UpdateDomainEndpointOptionsRequest updateDomainEndpointOptionsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
UpdateDomainEndpointOptionsRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(UpdateDomainEndpointOptionsRequest updateDomainEndpointOptionsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateDomainEndpointOptionsRequest>- Parameters:
updateDomainEndpointOptionsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-