Class GenerateCredentialReportResult

java.lang.Object
com.amazonaws.services.identitymanagement.model.GenerateCredentialReportResult
All Implemented Interfaces:
Serializable, Cloneable

public class GenerateCredentialReportResult extends Object implements Serializable, Cloneable

Contains the response to a successful GenerateCredentialReport request.

See Also:
  • Constructor Details

    • GenerateCredentialReportResult

      public GenerateCredentialReportResult()
  • Method Details

    • setState

      public void setState(String state)

      Information about the state of the credential report.

      Parameters:
      state - Information about the state of the credential report.
      See Also:
    • getState

      public String getState()

      Information about the state of the credential report.

      Returns:
      Information about the state of the credential report.
      See Also:
    • withState

      public GenerateCredentialReportResult withState(String state)

      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

      public void setState(ReportStateType state)

      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

      public void setDescription(String description)

      Information about the credential report.

      Parameters:
      description - Information about the credential report.
    • getDescription

      public String getDescription()

      Information about the credential report.

      Returns:
      Information about the credential report.
    • withDescription

      public GenerateCredentialReportResult withDescription(String description)

      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

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object