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