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