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