Class IPSetSummary

java.lang.Object
com.amazonaws.services.waf.model.IPSetSummary
All Implemented Interfaces:
Serializable, Cloneable

public class IPSetSummary extends Object implements Serializable, Cloneable

Contains the identifier and the name of the IPSet.

See Also:
  • Constructor Details

    • IPSetSummary

      public IPSetSummary()
  • Method Details

    • setIPSetId

      public void setIPSetId(String iPSetId)

      The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

      Parameters:
      iPSetId - The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.
    • getIPSetId

      public String getIPSetId()

      The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

      Returns:
      The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.
    • withIPSetId

      public IPSetSummary withIPSetId(String iPSetId)

      The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

      Parameters:
      iPSetId - The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setName

      public void setName(String name)

      A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

      Parameters:
      name - A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.
    • getName

      public String getName()

      A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

      Returns:
      A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.
    • withName

      public IPSetSummary withName(String name)

      A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.

      Parameters:
      name - A friendly name or description of the IPSet. You can't change the name of an IPSet after you create it.
      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

      public IPSetSummary clone()
      Overrides:
      clone in class Object