@Generated(value="software.amazon.awssdk:codegen") public final class UpdateJobShipmentStateRequest extends SnowballRequest implements ToCopyableBuilder<UpdateJobShipmentStateRequest.Builder,UpdateJobShipmentStateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateJobShipmentStateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateJobShipmentStateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateJobShipmentStateRequest.Builder> |
serializableBuilderClass() |
ShipmentState |
shipmentState()
The state of a device when it is being shipped.
|
String |
shipmentStateAsString()
The state of a device when it is being shipped.
|
UpdateJobShipmentStateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000.
JID123e4567-e89b-12d3-a456-426655440000.public final ShipmentState shipmentState()
The state of a device when it is being shipped.
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
If the service returns an enum value that is not available in the current SDK version, shipmentState
will return ShipmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
shipmentStateAsString().
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
ShipmentStatepublic final String shipmentStateAsString()
The state of a device when it is being shipped.
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
If the service returns an enum value that is not available in the current SDK version, shipmentState
will return ShipmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
shipmentStateAsString().
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to AWS.
ShipmentStatepublic UpdateJobShipmentStateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateJobShipmentStateRequest.Builder,UpdateJobShipmentStateRequest>toBuilder in class SnowballRequestpublic static UpdateJobShipmentStateRequest.Builder builder()
public static Class<? extends UpdateJobShipmentStateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.