public class UpdateJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateJobRequest |
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.
|
String |
getJobType()
Returns the value of the JobType property for this object.
|
String |
getManifest()
Returns the value of the Manifest property for this object.
|
Boolean |
getValidateOnly()
Returns the value of the ValidateOnly property for this object.
|
int |
hashCode() |
Boolean |
isValidateOnly()
Returns the value of the ValidateOnly property for this object.
|
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.
|
void |
setJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
void |
setJobType(String jobType)
Sets the value of the JobType property for this object.
|
void |
setManifest(String manifest)
Sets the value of the Manifest property for this object.
|
void |
setValidateOnly(Boolean validateOnly)
Sets the value of the ValidateOnly property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateJobRequest |
withAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
UpdateJobRequest |
withJobId(String jobId)
Sets the value of the JobId property for this object.
|
UpdateJobRequest |
withJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
UpdateJobRequest |
withJobType(String jobType)
Sets the value of the JobType property for this object.
|
UpdateJobRequest |
withManifest(String manifest)
Sets the value of the Manifest property for this object.
|
UpdateJobRequest |
withValidateOnly(Boolean validateOnly)
Sets the value of the ValidateOnly 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 UpdateJobRequest withJobId(String jobId)
jobId - The new value for the JobId property for this object.public void setManifest(String manifest)
manifest - The new value for the Manifest property for this object.public String getManifest()
public UpdateJobRequest withManifest(String manifest)
manifest - The new value for the Manifest property for this object.public void setJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic String getJobType()
JobTypepublic UpdateJobRequest withJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic UpdateJobRequest withJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setValidateOnly(Boolean validateOnly)
validateOnly - The new value for the ValidateOnly property for this object.public Boolean getValidateOnly()
public UpdateJobRequest withValidateOnly(Boolean validateOnly)
validateOnly - The new value for the ValidateOnly property for this object.public Boolean isValidateOnly()
public void setAPIVersion(String aPIVersion)
aPIVersion - The new value for the APIVersion property for this object.public String getAPIVersion()
public UpdateJobRequest withAPIVersion(String aPIVersion)
aPIVersion - The new value for the APIVersion property for this object.public String toString()
toString in class ObjectObject.toString()public UpdateJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.