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