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