|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.importexport.model.UpdateJobResult
public class UpdateJobResult
Output structure for the UpateJob operation.
Constructor Summary | |
---|---|
UpdateJobResult()
|
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateJobResult()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |