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