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