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