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