public class CancelJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelJobRequest() |
Modifier and Type | Method and Description |
---|---|
CancelJobRequest |
clone()
Creates a shallow clone of this request.
|
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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public CancelJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.