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