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 void setState(String state)
Information about the state of the credential report.
state - Information about the state of the credential report.ReportStateTypepublic String getState()
Information about the state of the credential report.
ReportStateTypepublic GenerateCredentialReportResult withState(String state)
Information about the state of the credential report.
state - Information about the state of the credential report.ReportStateTypepublic void setState(ReportStateType state)
Information about the state of the credential report.
state - Information about the state of the credential report.ReportStateTypepublic GenerateCredentialReportResult withState(ReportStateType state)
Information about the state of the credential report.
state - Information about the state of the credential report.ReportStateTypepublic void setDescription(String description)
Information about the credential report.
description - Information about the credential report.public String getDescription()
Information about the credential report.
public GenerateCredentialReportResult withDescription(String description)
Information about the credential report.
description - Information about the credential report.public String toString()
toString in class ObjectObject.toString()public GenerateCredentialReportResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.