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