@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJobShipmentStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateJobShipmentStateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateJobShipmentStateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000. |
String |
getShipmentState()
The state of a device when it is being shipped.
|
int |
hashCode() |
void |
setJobId(String jobId)
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000. |
void |
setShipmentState(String shipmentState)
The state of a device when it is being shipped.
|
String |
toString()
Returns a string representation of this object.
|
UpdateJobShipmentStateRequest |
withJobId(String jobId)
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000. |
UpdateJobShipmentStateRequest |
withShipmentState(ShipmentState shipmentState)
The state of a device when it is being shipped.
|
UpdateJobShipmentStateRequest |
withShipmentState(String shipmentState)
The state of a device when it is being shipped.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setJobId(String jobId)
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000.
jobId - The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000.public String getJobId()
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 UpdateJobShipmentStateRequest withJobId(String jobId)
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000.
jobId - The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000.public void setShipmentState(String 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 Amazon Web Services.
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 Amazon Web Services.
ShipmentStatepublic String getShipmentState()
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 Amazon Web Services.
Set to RECEIVED when the device arrives at your location.
Set to RETURNED when you have returned the device to Amazon Web Services.
ShipmentStatepublic UpdateJobShipmentStateRequest withShipmentState(String 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 Amazon Web Services.
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 Amazon Web Services.
ShipmentStatepublic UpdateJobShipmentStateRequest withShipmentState(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 Amazon Web Services.
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 Amazon Web Services.
ShipmentStatepublic String toString()
toString in class ObjectObject.toString()public UpdateJobShipmentStateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()