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