|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.importexport.model.UpdateJobRequest
public class UpdateJobRequest
Container for the parameters to the UpdateJob operation
.
You use this operation to change the parameters specified in the original manifest file by supplying a new manifest file. The manifest file attached to this request replaces the original manifest file. You can only use the operation after a CreateJob request but before the data transfer starts and you can only use it on jobs you own.
AmazonImportExport.updateJob(UpdateJobRequest)
,
Serialized FormConstructor Summary | |
---|---|
UpdateJobRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getJobId()
A unique identifier which refers to a particular job. |
java.lang.String |
getJobType()
Specifies whether the job to initiate is an import or export job. |
java.lang.String |
getManifest()
The UTF-8 encoded text of the manifest file. |
java.lang.Boolean |
getValidateOnly()
Validate the manifest and parameter values in the request but do not actually create a job. |
int |
hashCode()
|
java.lang.Boolean |
isValidateOnly()
Validate the manifest and parameter values in the request but do not actually create a job. |
void |
setJobId(java.lang.String jobId)
A unique identifier which refers to a particular job. |
void |
setJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job. |
void |
setJobType(java.lang.String jobType)
Specifies whether the job to initiate is an import or export job. |
void |
setManifest(java.lang.String manifest)
The UTF-8 encoded text of the manifest file. |
void |
setValidateOnly(java.lang.Boolean validateOnly)
Validate the manifest and parameter values in the request but do not actually create a job. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateJobRequest |
withJobId(java.lang.String jobId)
A unique identifier which refers to a particular job. |
UpdateJobRequest |
withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job. |
UpdateJobRequest |
withJobType(java.lang.String jobType)
Specifies whether the job to initiate is an import or export job. |
UpdateJobRequest |
withManifest(java.lang.String manifest)
The UTF-8 encoded text of the manifest file. |
UpdateJobRequest |
withValidateOnly(java.lang.Boolean validateOnly)
Validate the manifest and parameter values in the request but do not actually create a job. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateJobRequest()
Method Detail |
---|
public java.lang.String getJobId()
public void setJobId(java.lang.String jobId)
jobId
- A unique identifier which refers to a particular job.public UpdateJobRequest withJobId(java.lang.String jobId)
Returns a reference to this object so that method calls can be chained together.
jobId
- A unique identifier which refers to a particular job.
public java.lang.String getManifest()
public void setManifest(java.lang.String manifest)
manifest
- The UTF-8 encoded text of the manifest file.public UpdateJobRequest withManifest(java.lang.String manifest)
Returns a reference to this object so that method calls can be chained together.
manifest
- The UTF-8 encoded text of the manifest file.
public java.lang.String getJobType()
Constraints:
Allowed Values: Import, Export
JobType
public void setJobType(java.lang.String jobType)
Constraints:
Allowed Values: Import, Export
jobType
- Specifies whether the job to initiate is an import or export job.JobType
public UpdateJobRequest withJobType(java.lang.String jobType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Import, Export
jobType
- Specifies whether the job to initiate is an import or export job.
JobType
public void setJobType(JobType jobType)
Constraints:
Allowed Values: Import, Export
jobType
- Specifies whether the job to initiate is an import or export job.JobType
public UpdateJobRequest withJobType(JobType jobType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Import, Export
jobType
- Specifies whether the job to initiate is an import or export job.
JobType
public java.lang.Boolean isValidateOnly()
public void setValidateOnly(java.lang.Boolean validateOnly)
validateOnly
- Validate the manifest and parameter values in the request but do not
actually create a job.public UpdateJobRequest withValidateOnly(java.lang.Boolean validateOnly)
Returns a reference to this object so that method calls can be chained together.
validateOnly
- Validate the manifest and parameter values in the request but do not
actually create a job.
public java.lang.Boolean getValidateOnly()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |