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