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