public class GenerateCredentialReportResult extends Object implements Serializable
Contains the result of a successful invocation of the GenerateCredentialReport action.
| Constructor and Description |
|---|
GenerateCredentialReportResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Information about the credential report.
|
String |
getState()
Information about the state of a credential report.
|
int |
hashCode() |
void |
setDescription(String description)
Information about the credential report.
|
void |
setState(ReportStateType state)
Information about the state of a credential report.
|
void |
setState(String state)
Information about the state of a credential report.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GenerateCredentialReportResult |
withDescription(String description)
Information about the credential report.
|
GenerateCredentialReportResult |
withState(ReportStateType state)
Information about the state of a credential report.
|
GenerateCredentialReportResult |
withState(String state)
Information about the state of a credential report.
|
public String getState()
Constraints:
Allowed Values: STARTED, INPROGRESS, COMPLETE
ReportStateTypepublic void setState(String state)
Constraints:
Allowed Values: STARTED, INPROGRESS, COMPLETE
state - Information about the state of a credential report.ReportStateTypepublic GenerateCredentialReportResult withState(String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STARTED, INPROGRESS, COMPLETE
state - Information about the state of a credential report.ReportStateTypepublic void setState(ReportStateType state)
Constraints:
Allowed Values: STARTED, INPROGRESS, COMPLETE
state - Information about the state of a credential report.ReportStateTypepublic GenerateCredentialReportResult withState(ReportStateType state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STARTED, INPROGRESS, COMPLETE
state - Information about the state of a credential report.ReportStateTypepublic String getDescription()
public void setDescription(String description)
description - Information about the credential report.public GenerateCredentialReportResult withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - Information about the credential report.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.