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