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