@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateCredentialReportResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setState(String state)
Information about the state of the credential report.
state
- Information about the state of the credential report.ReportStateType
public String getState()
Information about the state of the credential report.
ReportStateType
public GenerateCredentialReportResult withState(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(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 Object
Object.toString()
public GenerateCredentialReportResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.