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