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