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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<RebootDbClusterRequest>
- Parameters:
rebootDbClusterRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-