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