@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SwitchoverReadReplicaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SwitchoverReadReplicaRequest() |
Modifier and Type | Method and Description |
---|---|
SwitchoverReadReplicaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBInstanceIdentifier()
The DB instance identifier of the current standby database.
|
int |
hashCode() |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier of the current standby database.
|
String |
toString()
Returns a string representation of this object.
|
SwitchoverReadReplicaRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier of the current standby database.
|
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 setDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier of the current standby database. This value is stored as a lowercase string.
Constraints:
Must match the identifier of an existing Oracle read replica DB instance.
dBInstanceIdentifier
- The DB instance identifier of the current standby database. This value is stored as a lowercase
string.
Constraints:
Must match the identifier of an existing Oracle read replica DB instance.
public String getDBInstanceIdentifier()
The DB instance identifier of the current standby database. This value is stored as a lowercase string.
Constraints:
Must match the identifier of an existing Oracle read replica DB instance.
Constraints:
Must match the identifier of an existing Oracle read replica DB instance.
public SwitchoverReadReplicaRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier of the current standby database. This value is stored as a lowercase string.
Constraints:
Must match the identifier of an existing Oracle read replica DB instance.
dBInstanceIdentifier
- The DB instance identifier of the current standby database. This value is stored as a lowercase
string.
Constraints:
Must match the identifier of an existing Oracle read replica DB instance.
public String toString()
toString
in class Object
Object.toString()
public SwitchoverReadReplicaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()