@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PromoteReadReplicaDBClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PromoteReadReplicaDBClusterRequest() |
Modifier and Type | Method and Description |
---|---|
PromoteReadReplicaDBClusterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBClusterIdentifier()
The identifier of the DB cluster Read Replica to promote.
|
int |
hashCode() |
void |
setDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PromoteReadReplicaDBClusterRequest |
withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote.
|
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 setDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
Constraints:
Must match the identifier of an existing DBCluster Read Replica.
Example: my-cluster-replica1
dBClusterIdentifier
- The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
Constraints:
Must match the identifier of an existing DBCluster Read Replica.
Example: my-cluster-replica1
public String getDBClusterIdentifier()
The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
Constraints:
Must match the identifier of an existing DBCluster Read Replica.
Example: my-cluster-replica1
Constraints:
Must match the identifier of an existing DBCluster Read Replica.
Example: my-cluster-replica1
public PromoteReadReplicaDBClusterRequest withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
Constraints:
Must match the identifier of an existing DBCluster Read Replica.
Example: my-cluster-replica1
dBClusterIdentifier
- The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
Constraints:
Must match the identifier of an existing DBCluster Read Replica.
Example: my-cluster-replica1
public String toString()
toString
in class Object
Object.toString()
public PromoteReadReplicaDBClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.