public class RebootDBInstanceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBInstanceIdentifier
The DB instance identifier.
|
private java.lang.Boolean |
forceFailover
When
true , the reboot will be conducted through a MultiAZ
failover. |
NOOP
Constructor and Description |
---|
RebootDBInstanceRequest()
Default constructor for RebootDBInstanceRequest object.
|
RebootDBInstanceRequest(java.lang.String dBInstanceIdentifier)
Constructs a new RebootDBInstanceRequest object.
|
Modifier and Type | Method and Description |
---|---|
RebootDBInstanceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBInstanceIdentifier()
The DB instance identifier.
|
java.lang.Boolean |
getForceFailover()
When
true , the reboot will be conducted through a MultiAZ
failover. |
int |
hashCode() |
java.lang.Boolean |
isForceFailover()
When
true , the reboot will be conducted through a MultiAZ
failover. |
void |
setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The DB instance identifier.
|
void |
setForceFailover(java.lang.Boolean forceFailover)
When
true , the reboot will be conducted through a MultiAZ
failover. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebootDBInstanceRequest |
withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The DB instance identifier.
|
RebootDBInstanceRequest |
withForceFailover(java.lang.Boolean forceFailover)
When
true , the reboot will be conducted through a MultiAZ
failover. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String dBInstanceIdentifier
The DB instance identifier. This parameter is stored as a lowercase string.
Constraints:
private java.lang.Boolean forceFailover
When true
, the reboot will be conducted through a MultiAZ
failover.
Constraint: You cannot specify true
if the instance is not
configured for MultiAZ.
public RebootDBInstanceRequest()
public RebootDBInstanceRequest(java.lang.String dBInstanceIdentifier)
dBInstanceIdentifier
- The DB instance identifier. This parameter is stored as a
lowercase string.
Constraints:
public void setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The DB instance identifier. This parameter is stored as a lowercase string.
Constraints:
dBInstanceIdentifier
- The DB instance identifier. This parameter is stored as a
lowercase string.
Constraints:
public java.lang.String getDBInstanceIdentifier()
The DB instance identifier. This parameter is stored as a lowercase string.
Constraints:
Constraints:
public RebootDBInstanceRequest withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
The DB instance identifier. This parameter is stored as a lowercase string.
Constraints:
dBInstanceIdentifier
- The DB instance identifier. This parameter is stored as a
lowercase string.
Constraints:
public void setForceFailover(java.lang.Boolean forceFailover)
When true
, the reboot will be conducted through a MultiAZ
failover.
Constraint: You cannot specify true
if the instance is not
configured for MultiAZ.
forceFailover
- When true
, the reboot will be conducted through a
MultiAZ failover.
Constraint: You cannot specify true
if the instance
is not configured for MultiAZ.
public java.lang.Boolean getForceFailover()
When true
, the reboot will be conducted through a MultiAZ
failover.
Constraint: You cannot specify true
if the instance is not
configured for MultiAZ.
true
, the reboot will be conducted through a
MultiAZ failover.
Constraint: You cannot specify true
if the instance
is not configured for MultiAZ.
public RebootDBInstanceRequest withForceFailover(java.lang.Boolean forceFailover)
When true
, the reboot will be conducted through a MultiAZ
failover.
Constraint: You cannot specify true
if the instance is not
configured for MultiAZ.
forceFailover
- When true
, the reboot will be conducted through a
MultiAZ failover.
Constraint: You cannot specify true
if the instance
is not configured for MultiAZ.
public java.lang.Boolean isForceFailover()
When true
, the reboot will be conducted through a MultiAZ
failover.
Constraint: You cannot specify true
if the instance is not
configured for MultiAZ.
true
, the reboot will be conducted through a
MultiAZ failover.
Constraint: You cannot specify true
if the instance
is not configured for MultiAZ.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RebootDBInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()