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