public class CreateJobResult
extends java.lang.Object
implements java.io.Serializable
Output structure for the CreateJob operation.
| コンストラクタと説明 |
|---|
CreateJobResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAwsShippingAddress()
Address you ship your storage device to.
|
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 |
getSignature()
An encrypted code used to authenticate the request and response, for
example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
|
java.lang.String |
getSignatureFileContents()
The actual text of the SIGNATURE file to be written to disk.
|
java.lang.String |
getWarningMessage()
An optional message notifying you of non-fatal issues with the job,
such as use of an incompatible Amazon S3 bucket name.
|
int |
hashCode() |
void |
setAwsShippingAddress(java.lang.String awsShippingAddress)
Address you ship your storage device to.
|
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 |
setSignature(java.lang.String signature)
An encrypted code used to authenticate the request and response, for
example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
|
void |
setSignatureFileContents(java.lang.String signatureFileContents)
The actual text of the SIGNATURE file to be written to disk.
|
void |
setWarningMessage(java.lang.String warningMessage)
An optional message notifying you of non-fatal issues with the job,
such as use of an incompatible Amazon S3 bucket name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateJobResult |
withAwsShippingAddress(java.lang.String awsShippingAddress)
Address you ship your storage device to.
|
CreateJobResult |
withJobId(java.lang.String jobId)
A unique identifier which refers to a particular job.
|
CreateJobResult |
withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobResult |
withJobType(java.lang.String jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobResult |
withSignature(java.lang.String signature)
An encrypted code used to authenticate the request and response, for
example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=".
|
CreateJobResult |
withSignatureFileContents(java.lang.String signatureFileContents)
The actual text of the SIGNATURE file to be written to disk.
|
CreateJobResult |
withWarningMessage(java.lang.String warningMessage)
An optional message notifying you of non-fatal issues with the job,
such as use of an incompatible Amazon S3 bucket name.
|
public java.lang.String getJobId()
public void setJobId(java.lang.String jobId)
jobId - A unique identifier which refers to a particular job.public CreateJobResult 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 getJobType()
Constraints:
Allowed Values: Import, Export
JobTypepublic void setJobType(java.lang.String jobType)
Constraints:
Allowed Values: Import, Export
jobType - Specifies whether the job to initiate is an import or export job.JobTypepublic CreateJobResult 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.JobTypepublic void setJobType(JobType jobType)
Constraints:
Allowed Values: Import, Export
jobType - Specifies whether the job to initiate is an import or export job.JobTypepublic CreateJobResult 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.JobTypepublic java.lang.String getAwsShippingAddress()
public void setAwsShippingAddress(java.lang.String awsShippingAddress)
awsShippingAddress - Address you ship your storage device to.public CreateJobResult withAwsShippingAddress(java.lang.String awsShippingAddress)
Returns a reference to this object so that method calls can be chained together.
awsShippingAddress - Address you ship your storage device to.public java.lang.String getSignature()
public void setSignature(java.lang.String signature)
signature - An encrypted code used to authenticate the request and response, for
example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=". Only use this value is you
want to create the signature file yourself. Generally you should use
the SignatureFileContents value.public CreateJobResult withSignature(java.lang.String signature)
Returns a reference to this object so that method calls can be chained together.
signature - An encrypted code used to authenticate the request and response, for
example, "DV+TpDfx1/TdSE9ktyK9k/bDTVI=". Only use this value is you
want to create the signature file yourself. Generally you should use
the SignatureFileContents value.public java.lang.String getSignatureFileContents()
public void setSignatureFileContents(java.lang.String signatureFileContents)
signatureFileContents - The actual text of the SIGNATURE file to be written to disk.public CreateJobResult withSignatureFileContents(java.lang.String signatureFileContents)
Returns a reference to this object so that method calls can be chained together.
signatureFileContents - The actual text of the SIGNATURE file to be written to disk.public java.lang.String getWarningMessage()
public void setWarningMessage(java.lang.String warningMessage)
warningMessage - An optional message notifying you of non-fatal issues with the job,
such as use of an incompatible Amazon S3 bucket name.public CreateJobResult withWarningMessage(java.lang.String warningMessage)
Returns a reference to this object so that method calls can be chained together.
warningMessage - An optional message notifying you of non-fatal issues with the job,
such as use of an incompatible Amazon S3 bucket name.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object