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