@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyClusterDbRevisionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyClusterDbRevisionRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyClusterDbRevisionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The unique identifier of a cluster whose database revision you want to modify.
|
String |
getRevisionTarget()
The identifier of the database revision.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose database revision you want to modify.
|
void |
setRevisionTarget(String revisionTarget)
The identifier of the database revision.
|
String |
toString()
Returns a string representation of this object.
|
ModifyClusterDbRevisionRequest |
withClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose database revision you want to modify.
|
ModifyClusterDbRevisionRequest |
withRevisionTarget(String revisionTarget)
The identifier of the database revision.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
clusterIdentifier
- The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
public String getClusterIdentifier()
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
Example: examplecluster
public ModifyClusterDbRevisionRequest withClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
clusterIdentifier
- The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
public void setRevisionTarget(String revisionTarget)
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
revisionTarget
- The identifier of the database revision. You can retrieve this value from the response to the
DescribeClusterDbRevisions request.public String getRevisionTarget()
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
public ModifyClusterDbRevisionRequest withRevisionTarget(String revisionTarget)
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions request.
revisionTarget
- The identifier of the database revision. You can retrieve this value from the response to the
DescribeClusterDbRevisions request.public String toString()
toString
in class Object
Object.toString()
public ModifyClusterDbRevisionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()