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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListRasterDataCollectionsRequest>
- Parameters:
listRasterDataCollectionsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-