Class DescribeIdFormatResult

    • Constructor Detail

      • DescribeIdFormatResult

        public DescribeIdFormatResult()
    • Method Detail

      • getStatuses

        public List<IdFormat> getStatuses()

        Information about the ID format for the resource.

        Returns:
        Information about the ID format for the resource.
      • setStatuses

        public void setStatuses​(Collection<IdFormat> statuses)

        Information about the ID format for the resource.

        Parameters:
        statuses - Information about the ID format for the resource.
      • withStatuses

        public DescribeIdFormatResult withStatuses​(IdFormat... statuses)

        Information about the ID format for the resource.

        NOTE: This method appends the values to the existing list (if any). Use setStatuses(java.util.Collection) or withStatuses(java.util.Collection) if you want to override the existing values.

        Parameters:
        statuses - Information about the ID format for the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withStatuses

        public DescribeIdFormatResult withStatuses​(Collection<IdFormat> statuses)

        Information about the ID format for the resource.

        Parameters:
        statuses - Information about the ID format for the resource.
        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