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