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