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