public class GenerateCredentialReportResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a successful GenerateCredentialReport request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description
Information about the credential report.
|
private java.lang.String |
state
Information about the state of the credential report.
|
Constructor and Description |
---|
GenerateCredentialReportResult() |
Modifier and Type | Method and Description |
---|---|
GenerateCredentialReportResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Information about the credential report.
|
java.lang.String |
getState()
Information about the state of the credential report.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
Information about the credential report.
|
void |
setState(ReportStateType state)
Information about the state of the credential report.
|
void |
setState(java.lang.String state)
Information about the state of the credential report.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GenerateCredentialReportResult |
withDescription(java.lang.String description)
Information about the credential report.
|
GenerateCredentialReportResult |
withState(ReportStateType state)
Information about the state of the credential report.
|
GenerateCredentialReportResult |
withState(java.lang.String state)
Information about the state of the credential report.
|
private java.lang.String state
Information about the state of the credential report.
private java.lang.String description
Information about the credential report.
public void setState(java.lang.String state)
Information about the state of the credential report.
state
- Information about the state of the credential report.ReportStateType
public java.lang.String getState()
Information about the state of the credential report.
ReportStateType
public GenerateCredentialReportResult withState(java.lang.String state)
Information about the state of the credential report.
state
- Information about the state of the credential report.ReportStateType
public void setState(ReportStateType state)
Information about the state of the credential report.
state
- Information about the state of the credential report.ReportStateType
public GenerateCredentialReportResult withState(ReportStateType state)
Information about the state of the credential report.
state
- Information about the state of the credential report.ReportStateType
public void setDescription(java.lang.String description)
Information about the credential report.
description
- Information about the credential report.public java.lang.String getDescription()
Information about the credential report.
public GenerateCredentialReportResult withDescription(java.lang.String description)
Information about the credential report.
description
- Information about the credential report.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GenerateCredentialReportResult clone()
clone
in class java.lang.Object