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