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