Class GetDeploymentRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apigatewayv2.transform.GetDeploymentRequestMarshaller
- All Implemented Interfaces:
 Marshaller<GetDeploymentRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetDeploymentRequestMarshaller
extends Object
implements Marshaller<GetDeploymentRequest>
GetDeploymentRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetDeploymentRequest getDeploymentRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
GetDeploymentRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<GetDeploymentRequest>- Parameters:
 getDeploymentRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -