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