public class CancelJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CancelJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
CancelJobRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAPIVersion()
Returns the value of the APIVersion property for this object.
|
String |
getJobId()
Returns the value of the JobId property for this object.
|
int |
hashCode() |
void |
setAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
void |
setJobId(String jobId)
Sets the value of the JobId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelJobRequest |
withAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
CancelJobRequest |
withJobId(String jobId)
Sets the value of the JobId property for this object.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setJobId(String jobId)
jobId - The new value for the JobId property for this object.public String getJobId()
public CancelJobRequest withJobId(String jobId)
jobId - The new value for the JobId property for this object.public void setAPIVersion(String aPIVersion)
aPIVersion - The new value for the APIVersion property for this object.public String getAPIVersion()
public CancelJobRequest withAPIVersion(String aPIVersion)
aPIVersion - The new value for the APIVersion property for this object.public String toString()
toString in class ObjectObject.toString()public CancelJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.