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