Class DescribeClusterResult

    • Constructor Detail

      • DescribeClusterResult

        public DescribeClusterResult()
    • Method Detail

      • setCluster

        public void setCluster​(Cluster cluster)

        This output contains the details for the requested cluster.

        Parameters:
        cluster - This output contains the details for the requested cluster.
      • getCluster

        public Cluster getCluster()

        This output contains the details for the requested cluster.

        Returns:
        This output contains the details for the requested cluster.
      • withCluster

        public DescribeClusterResult withCluster​(Cluster cluster)

        This output contains the details for the requested cluster.

        Parameters:
        cluster - This output contains the details for the requested cluster.
        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