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