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