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