Class DescribeDBClustersResult

    • Constructor Detail

      • DescribeDBClustersResult

        public DescribeDBClustersResult()
    • Method Detail

      • setMarker

        public void setMarker​(String marker)

        A pagination token that can be used in a subsequent DescribeDBClusters request.

        Parameters:
        marker - A pagination token that can be used in a subsequent DescribeDBClusters request.
      • getMarker

        public String getMarker()

        A pagination token that can be used in a subsequent DescribeDBClusters request.

        Returns:
        A pagination token that can be used in a subsequent DescribeDBClusters request.
      • withMarker

        public DescribeDBClustersResult withMarker​(String marker)

        A pagination token that can be used in a subsequent DescribeDBClusters request.

        Parameters:
        marker - A pagination token that can be used in a subsequent DescribeDBClusters request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getDBClusters

        public List<DBCluster> getDBClusters()

        Contains a list of DB clusters for the user.

        Returns:
        Contains a list of DB clusters for the user.
      • setDBClusters

        public void setDBClusters​(Collection<DBCluster> dBClusters)

        Contains a list of DB clusters for the user.

        Parameters:
        dBClusters - Contains a list of DB clusters for the user.
      • withDBClusters

        public DescribeDBClustersResult withDBClusters​(Collection<DBCluster> dBClusters)

        Contains a list of DB clusters for the user.

        Parameters:
        dBClusters - Contains a list of DB clusters for the user.
        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