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