public class UpdateJobResult
extends java.lang.Object
implements java.io.Serializable
Output structure for the UpateJob operation.
| コンストラクタと説明 |
|---|
UpdateJobResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your
job.
|
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() |
java.lang.Boolean |
isSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your
job.
|
void |
setSuccess(java.lang.Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your
job.
|
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.
|
UpdateJobResult |
withSuccess(java.lang.Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your
job.
|
UpdateJobResult |
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.Boolean isSuccess()
public void setSuccess(java.lang.Boolean success)
success - Specifies whether (true) or not (false) AWS Import/Export updated your
job.public UpdateJobResult withSuccess(java.lang.Boolean success)
Returns a reference to this object so that method calls can be chained together.
success - Specifies whether (true) or not (false) AWS Import/Export updated your
job.public java.lang.Boolean getSuccess()
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 UpdateJobResult 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