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