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