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