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