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