|
|||||||
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 | |
---|---|
Boolean |
getSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
String |
getWarningMessage()
An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name. |
Boolean |
isSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
void |
setSuccess(Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
void |
setWarningMessage(String warningMessage)
An optional message notifying you of non-fatal issues with the job, such as use of an incompatible Amazon S3 bucket name. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateJobResult |
withSuccess(Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
UpdateJobResult |
withWarningMessage(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 Boolean isSuccess()
public void setSuccess(Boolean success)
success
- Specifies whether (true) or not (false) AWS Import/Export updated your
job.public UpdateJobResult withSuccess(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 Boolean getSuccess()
public String getWarningMessage()
public void setWarningMessage(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(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 String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |