Class CreateHapgRequest

    • Constructor Detail

      • CreateHapgRequest

        public CreateHapgRequest()
    • Method Detail

      • setLabel

        public void setLabel​(String label)

        The label of the new high-availability partition group.

        Parameters:
        label - The label of the new high-availability partition group.
      • getLabel

        public String getLabel()

        The label of the new high-availability partition group.

        Returns:
        The label of the new high-availability partition group.
      • withLabel

        public CreateHapgRequest withLabel​(String label)

        The label of the new high-availability partition group.

        Parameters:
        label - The label of the new high-availability partition group.
        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