Class GenerateCredentialReportResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GenerateCredentialReportResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the response to a successful GenerateCredentialReport request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the credential report.getState()Information about the state of the credential report.inthashCode()voidsetDescription(String description) Information about the credential report.voidsetState(ReportStateType state) Information about the state of the credential report.voidInformation about the state of the credential report.toString()Returns a string representation of this object; useful for testing and debugging.withDescription(String description) Information about the credential report.withState(ReportStateType state) Information about the state of the credential report.Information about the state of the credential report.
-
Constructor Details
-
GenerateCredentialReportResult
public GenerateCredentialReportResult()
-
-
Method Details
-
setState
Information about the state of the credential report.
- Parameters:
state- Information about the state of the credential report.- See Also:
-
getState
Information about the state of the credential report.
- Returns:
- Information about the state of the credential report.
- See Also:
-
withState
Information about the state of the credential report.
- Parameters:
state- Information about the state of the credential report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setState
Information about the state of the credential report.
- Parameters:
state- Information about the state of the credential report.- See Also:
-
withState
Information about the state of the credential report.
- Parameters:
state- Information about the state of the credential report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDescription
Information about the credential report.
- Parameters:
description- Information about the credential report.
-
getDescription
Information about the credential report.
- Returns:
- Information about the credential report.
-
withDescription
Information about the credential report.
- Parameters:
description- Information about the credential report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-