Class DescribeResizeRequest

    • Constructor Detail

      • DescribeResizeRequest

        public DescribeResizeRequest()
    • Method Detail

      • setClusterIdentifier

        public void setClusterIdentifier​(String clusterIdentifier)

        The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

        By default, resize operations for all clusters defined for an AWS account are returned.

        Parameters:
        clusterIdentifier - The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

        By default, resize operations for all clusters defined for an AWS account are returned.

      • getClusterIdentifier

        public String getClusterIdentifier()

        The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

        By default, resize operations for all clusters defined for an AWS account are returned.

        Returns:
        The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

        By default, resize operations for all clusters defined for an AWS account are returned.

      • withClusterIdentifier

        public DescribeResizeRequest withClusterIdentifier​(String clusterIdentifier)

        The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

        By default, resize operations for all clusters defined for an AWS account are returned.

        Parameters:
        clusterIdentifier - The unique identifier of a cluster whose resize progress you are requesting. This parameter is case-sensitive.

        By default, resize operations for all clusters defined for an AWS account are returned.

        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