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