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