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