public class CreateJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAPIVersion()
Returns the value of the APIVersion 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.
|
String |
getManifestAddendum()
Returns the value of the ManifestAddendum 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 |
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 |
setManifestAddendum(String manifestAddendum)
Sets the value of the ManifestAddendum 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.
|
CreateJobRequest |
withAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
CreateJobRequest |
withJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
CreateJobRequest |
withJobType(String jobType)
Sets the value of the JobType property for this object.
|
CreateJobRequest |
withManifest(String manifest)
Sets the value of the Manifest property for this object.
|
CreateJobRequest |
withManifestAddendum(String manifestAddendum)
Sets the value of the ManifestAddendum property for this object.
|
CreateJobRequest |
withValidateOnly(Boolean validateOnly)
Sets the value of the ValidateOnly property for this object.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic String getJobType()
JobTypepublic CreateJobRequest 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 CreateJobRequest withJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setManifest(String manifest)
manifest - The new value for the Manifest property for this object.public String getManifest()
public CreateJobRequest withManifest(String manifest)
manifest - The new value for the Manifest property for this object.public void setManifestAddendum(String manifestAddendum)
manifestAddendum - The new value for the ManifestAddendum property for this object.public String getManifestAddendum()
public CreateJobRequest withManifestAddendum(String manifestAddendum)
manifestAddendum - The new value for the ManifestAddendum property for this object.public void setValidateOnly(Boolean validateOnly)
validateOnly - The new value for the ValidateOnly property for this object.public Boolean getValidateOnly()
public CreateJobRequest 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 CreateJobRequest withAPIVersion(String aPIVersion)
aPIVersion - The new value for the APIVersion property for this object.public String toString()
toString in class ObjectObject.toString()public CreateJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.