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