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