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