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