Class IPSetSummary

    • Constructor Detail

      • IPSetSummary

        public IPSetSummary()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object