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