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