Class EnableSnapshotCopyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.redshift.transform.EnableSnapshotCopyRequestMarshaller
- All Implemented Interfaces:
- Marshaller<EnableSnapshotCopyRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class EnableSnapshotCopyRequestMarshaller
extends Object
implements Marshaller<EnableSnapshotCopyRequest>
EnableSnapshotCopyRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionEnableSnapshotCopyRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(EnableSnapshotCopyRequest enableSnapshotCopyRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
EnableSnapshotCopyRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<EnableSnapshotCopyRequest>
- Parameters:
- enableSnapshotCopyRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-