@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; for example,
JID123e4567-e89b-12d3-a456-426655440000 . |
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; for example,
JID123e4567-e89b-12d3-a456-426655440000 . |
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; for example,
JID123e4567-e89b-12d3-a456-426655440000 . |
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, withSdkRequestTimeout
public 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 Amazon Web Services. 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
Amazon Web Services. This speed represents how quickly it moves to its destination while in transit.
Regional shipping speeds are as follows:ShippingOption
public String getShippingOption()
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:
ShippingOption
public CreateReturnShippingLabelRequest withShippingOption(String shippingOption)
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. 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
Amazon Web Services. This speed represents how quickly it moves to its destination while in transit.
Regional shipping speeds are as follows:ShippingOption
public CreateReturnShippingLabelRequest withShippingOption(ShippingOption shippingOption)
The shipping speed for a particular job. This speed doesn't dictate how soon the device is returned to Amazon Web Services. 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
Amazon Web Services. This speed represents how quickly it moves to its destination while in transit.
Regional shipping speeds are as follows:ShippingOption
public String toString()
toString
in class Object
Object.toString()
public CreateReturnShippingLabelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()