Class DBSnapshotAttributesResult

    • Constructor Detail

      • DBSnapshotAttributesResult

        public DBSnapshotAttributesResult()
    • Method Detail

      • setDBSnapshotIdentifier

        public void setDBSnapshotIdentifier​(String dBSnapshotIdentifier)

        The identifier of the manual DB snapshot that the attributes apply to.

        Parameters:
        dBSnapshotIdentifier - The identifier of the manual DB snapshot that the attributes apply to.
      • getDBSnapshotIdentifier

        public String getDBSnapshotIdentifier()

        The identifier of the manual DB snapshot that the attributes apply to.

        Returns:
        The identifier of the manual DB snapshot that the attributes apply to.
      • withDBSnapshotIdentifier

        public DBSnapshotAttributesResult withDBSnapshotIdentifier​(String dBSnapshotIdentifier)

        The identifier of the manual DB snapshot that the attributes apply to.

        Parameters:
        dBSnapshotIdentifier - The identifier of the manual DB snapshot that the attributes apply to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getDBSnapshotAttributes

        public List<DBSnapshotAttribute> getDBSnapshotAttributes()

        The list of attributes and values for the manual DB snapshot.

        Returns:
        The list of attributes and values for the manual DB snapshot.
      • setDBSnapshotAttributes

        public void setDBSnapshotAttributes​(Collection<DBSnapshotAttribute> dBSnapshotAttributes)

        The list of attributes and values for the manual DB snapshot.

        Parameters:
        dBSnapshotAttributes - The list of attributes and values for the manual DB snapshot.
      • withDBSnapshotAttributes

        public DBSnapshotAttributesResult withDBSnapshotAttributes​(Collection<DBSnapshotAttribute> dBSnapshotAttributes)

        The list of attributes and values for the manual DB snapshot.

        Parameters:
        dBSnapshotAttributes - The list of attributes and values for the manual DB snapshot.
        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