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