@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReturnShippingLabelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateReturnShippingLabelRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateReturnShippingLabelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The ID for a job that you want to create the return shipping label for.
|
String |
getShippingOption()
The shipping speed for a particular job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The ID for a job that you want to create the return shipping label for.
|
void |
setShippingOption(String shippingOption)
The shipping speed for a particular job.
|
String |
toString()
Returns a string representation of this object.
|
CreateReturnShippingLabelRequest |
withJobId(String jobId)
The ID for a job that you want to create the return shipping label for.
|
CreateReturnShippingLabelRequest |
withShippingOption(ShippingOption shippingOption)
The shipping speed for a particular job.
|
CreateReturnShippingLabelRequest |
withShippingOption(String shippingOption)
The shipping speed for a particular job.
|
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 ID for a job that you want to create the return shipping label for. For example
JID123e4567-e89b-12d3-a456-426655440000.
jobId - The ID for a job that you want to create the return shipping label for. For example
JID123e4567-e89b-12d3-a456-426655440000.public String getJobId()
The ID for a job that you want to create the return shipping label for. For example
JID123e4567-e89b-12d3-a456-426655440000.
JID123e4567-e89b-12d3-a456-426655440000.public CreateReturnShippingLabelRequest withJobId(String jobId)
The ID for a job that you want to create the return shipping label for. For example
JID123e4567-e89b-12d3-a456-426655440000.
jobId - The ID for a job that you want to create the return shipping label for. For example
JID123e4567-e89b-12d3-a456-426655440000.public void setShippingOption(String shippingOption)
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
shippingOption - The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to
AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping
speeds are as follows:ShippingOptionpublic String getShippingOption()
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
ShippingOptionpublic CreateReturnShippingLabelRequest withShippingOption(String shippingOption)
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
shippingOption - The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to
AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping
speeds are as follows:ShippingOptionpublic CreateReturnShippingLabelRequest withShippingOption(ShippingOption shippingOption)
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
shippingOption - The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to
AWS. This speed represents how quickly it moves to its destination while in transit. Regional shipping
speeds are as follows:ShippingOptionpublic String toString()
toString in class ObjectObject.toString()public CreateReturnShippingLabelRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()