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