@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DBClusterSnapshotAttributesResult extends Object implements Serializable, Cloneable
Detailed information about the attributes that are associated with a DB cluster snapshot.
Constructor and Description |
---|
DBClusterSnapshotAttributesResult() |
Modifier and Type | Method and Description |
---|---|
DBClusterSnapshotAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<DBClusterSnapshotAttribute> |
getDBClusterSnapshotAttributes()
The list of attributes and values for the DB cluster snapshot.
|
String |
getDBClusterSnapshotIdentifier()
The identifier of the DB cluster snapshot that the attributes apply to.
|
int |
hashCode() |
void |
setDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the DB cluster snapshot.
|
void |
setDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot that the attributes apply to.
|
String |
toString()
Returns a string representation of this object.
|
DBClusterSnapshotAttributesResult |
withDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
withDBClusterSnapshotAttributes(DBClusterSnapshotAttribute... dBClusterSnapshotAttributes)
The list of attributes and values for the DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot that the attributes apply to.
|
public void setDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot that the attributes apply to.
dBClusterSnapshotIdentifier
- The identifier of the DB cluster snapshot that the attributes apply to.public String getDBClusterSnapshotIdentifier()
The identifier of the DB cluster snapshot that the attributes apply to.
public DBClusterSnapshotAttributesResult withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot that the attributes apply to.
dBClusterSnapshotIdentifier
- The identifier of the DB cluster snapshot that the attributes apply to.public List<DBClusterSnapshotAttribute> getDBClusterSnapshotAttributes()
The list of attributes and values for the DB cluster snapshot.
public void setDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the DB cluster snapshot.
dBClusterSnapshotAttributes
- The list of attributes and values for the DB cluster snapshot.public DBClusterSnapshotAttributesResult withDBClusterSnapshotAttributes(DBClusterSnapshotAttribute... dBClusterSnapshotAttributes)
The list of attributes and values for the DB cluster snapshot.
NOTE: This method appends the values to the existing list (if any). Use
setDBClusterSnapshotAttributes(java.util.Collection)
or
withDBClusterSnapshotAttributes(java.util.Collection)
if you want to override the existing values.
dBClusterSnapshotAttributes
- The list of attributes and values for the DB cluster snapshot.public DBClusterSnapshotAttributesResult withDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the DB cluster snapshot.
dBClusterSnapshotAttributes
- The list of attributes and values for the DB cluster snapshot.public String toString()
toString
in class Object
Object.toString()
public DBClusterSnapshotAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.