Class CreateStageRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.apigatewayv2.transform.CreateStageRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateStageRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateStageRequestMarshaller extends Object implements Marshaller<CreateStageRequest>
CreateStageRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description CreateStageRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(CreateStageRequest createStageRequest)
-
-
-
Constructor Detail
-
CreateStageRequestMarshaller
public CreateStageRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateStageRequest createStageRequest)
- Specified by:
marshallin interfaceMarshaller<CreateStageRequest>
-
-