public class GenerateCredentialReportResult extends Object implements Serializable, Cloneable
Contains the response to a successful GenerateCredentialReport request.
| Constructor and Description |
|---|
GenerateCredentialReportResult() |
| Modifier and Type | Method and Description |
|---|---|
GenerateCredentialReportResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Information about the credential report.
|
String |
getState()
Information about the state of the credential report.
|
int |
hashCode() |
void |
setDescription(String description)
Information about the credential report.
|
void |
setState(ReportStateType state)
Information about the state of the credential report.
|
void |
setState(String state)
Information about the state of the 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 the credential report.
|
GenerateCredentialReportResult |
withState(String state)
Information about the state of the 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 the 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 the credential report.ReportStateTypepublic void setState(ReportStateType state)
Constraints:
Allowed Values: STARTED, INPROGRESS, COMPLETE
state - Information about the state of the 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 the 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()public GenerateCredentialReportResult clone()
Copyright © 2015. All rights reserved.