@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevisionTarget extends Object implements Serializable, Cloneable
Describes a RevisionTarget
.
Constructor and Description |
---|
RevisionTarget() |
Modifier and Type | Method and Description |
---|---|
RevisionTarget |
clone() |
boolean |
equals(Object obj) |
String |
getDatabaseRevision()
A unique string that identifies the version to update the cluster to.
|
Date |
getDatabaseRevisionReleaseDate()
The date on which the database revision was released.
|
String |
getDescription()
A string that describes the changes and features that will be applied to the cluster when it is updated to the
corresponding ClusterDbRevision.
|
int |
hashCode() |
void |
setDatabaseRevision(String databaseRevision)
A unique string that identifies the version to update the cluster to.
|
void |
setDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)
The date on which the database revision was released.
|
void |
setDescription(String description)
A string that describes the changes and features that will be applied to the cluster when it is updated to the
corresponding ClusterDbRevision.
|
String |
toString()
Returns a string representation of this object.
|
RevisionTarget |
withDatabaseRevision(String databaseRevision)
A unique string that identifies the version to update the cluster to.
|
RevisionTarget |
withDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)
The date on which the database revision was released.
|
RevisionTarget |
withDescription(String description)
A string that describes the changes and features that will be applied to the cluster when it is updated to the
corresponding ClusterDbRevision.
|
public void setDatabaseRevision(String databaseRevision)
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
databaseRevision
- A unique string that identifies the version to update the cluster to. You can use this value in
ModifyClusterDbRevision.public String getDatabaseRevision()
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
public RevisionTarget withDatabaseRevision(String databaseRevision)
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
databaseRevision
- A unique string that identifies the version to update the cluster to. You can use this value in
ModifyClusterDbRevision.public void setDescription(String description)
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
description
- A string that describes the changes and features that will be applied to the cluster when it is updated to
the corresponding ClusterDbRevision.public String getDescription()
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
public RevisionTarget withDescription(String description)
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.
description
- A string that describes the changes and features that will be applied to the cluster when it is updated to
the corresponding ClusterDbRevision.public void setDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)
The date on which the database revision was released.
databaseRevisionReleaseDate
- The date on which the database revision was released.public Date getDatabaseRevisionReleaseDate()
The date on which the database revision was released.
public RevisionTarget withDatabaseRevisionReleaseDate(Date databaseRevisionReleaseDate)
The date on which the database revision was released.
databaseRevisionReleaseDate
- The date on which the database revision was released.public String toString()
toString
in class Object
Object.toString()
public RevisionTarget clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.