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