Class FailedCreateAssociation

java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.FailedCreateAssociation
All Implemented Interfaces:
Serializable, Cloneable

public class FailedCreateAssociation extends Object implements Serializable, Cloneable

Describes a failed association.

See Also:
  • Constructor Details

    • FailedCreateAssociation

      public FailedCreateAssociation()
  • Method Details

    • setEntry

      public void setEntry(CreateAssociationBatchRequestEntry entry)

      The association.

      Parameters:
      entry - The association.
    • getEntry

      The association.

      Returns:
      The association.
    • withEntry

      The association.

      Parameters:
      entry - The association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setMessage

      public void setMessage(String message)

      A description of the failure.

      Parameters:
      message - A description of the failure.
    • getMessage

      public String getMessage()

      A description of the failure.

      Returns:
      A description of the failure.
    • withMessage

      public FailedCreateAssociation withMessage(String message)

      A description of the failure.

      Parameters:
      message - A description of the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setFault

      public void setFault(String fault)

      The source of the failure.

      Parameters:
      fault - The source of the failure.
      See Also:
    • getFault

      public String getFault()

      The source of the failure.

      Returns:
      The source of the failure.
      See Also:
    • withFault

      public FailedCreateAssociation withFault(String fault)

      The source of the failure.

      Parameters:
      fault - The source of the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setFault

      public void setFault(Fault fault)

      The source of the failure.

      Parameters:
      fault - The source of the failure.
      See Also:
    • withFault

      public FailedCreateAssociation withFault(Fault fault)

      The source of the failure.

      Parameters:
      fault - The source of the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      public FailedCreateAssociation clone()
      Overrides:
      clone in class Object