@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebootDBInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input to RebootDBInstance.
NOOP| Constructor and Description | 
|---|
RebootDBInstanceRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
RebootDBInstanceRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getDBInstanceIdentifier()
 The instance identifier. 
 | 
Boolean | 
getForceFailover()
 When  
true, the reboot is conducted through a Multi-AZ failover. | 
int | 
hashCode()  | 
Boolean | 
isForceFailover()
 When  
true, the reboot is conducted through a Multi-AZ failover. | 
void | 
setDBInstanceIdentifier(String dBInstanceIdentifier)
 The instance identifier. 
 | 
void | 
setForceFailover(Boolean forceFailover)
 When  
true, the reboot is conducted through a Multi-AZ failover. | 
String | 
toString()
Returns a string representation of this object. 
 | 
RebootDBInstanceRequest | 
withDBInstanceIdentifier(String dBInstanceIdentifier)
 The instance identifier. 
 | 
RebootDBInstanceRequest | 
withForceFailover(Boolean forceFailover)
 When  
true, the reboot is conducted through a Multi-AZ failover. | 
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, withSdkRequestTimeoutpublic void setDBInstanceIdentifier(String dBInstanceIdentifier)
The instance identifier. This parameter is stored as a lowercase string.
Constraints:
 Must match the identifier of an existing DBInstance.
 
dBInstanceIdentifier - The instance identifier. This parameter is stored as a lowercase string.
        Constraints:
        Must match the identifier of an existing DBInstance.
        
public String getDBInstanceIdentifier()
The instance identifier. This parameter is stored as a lowercase string.
Constraints:
 Must match the identifier of an existing DBInstance.
 
Constraints:
         Must match the identifier of an existing DBInstance.
         
public RebootDBInstanceRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
The instance identifier. This parameter is stored as a lowercase string.
Constraints:
 Must match the identifier of an existing DBInstance.
 
dBInstanceIdentifier - The instance identifier. This parameter is stored as a lowercase string.
        Constraints:
        Must match the identifier of an existing DBInstance.
        
public void setForceFailover(Boolean forceFailover)
 When true, the reboot is conducted through a Multi-AZ failover.
 
 Constraint: You can't specify true if the instance is not configured for Multi-AZ.
 
forceFailover - When true, the reboot is conducted through a Multi-AZ failover. 
        
        Constraint: You can't specify true if the instance is not configured for Multi-AZ.
public Boolean getForceFailover()
 When true, the reboot is conducted through a Multi-AZ failover.
 
 Constraint: You can't specify true if the instance is not configured for Multi-AZ.
 
true, the reboot is conducted through a Multi-AZ failover. 
         
         Constraint: You can't specify true if the instance is not configured for Multi-AZ.
public RebootDBInstanceRequest withForceFailover(Boolean forceFailover)
 When true, the reboot is conducted through a Multi-AZ failover.
 
 Constraint: You can't specify true if the instance is not configured for Multi-AZ.
 
forceFailover - When true, the reboot is conducted through a Multi-AZ failover. 
        
        Constraint: You can't specify true if the instance is not configured for Multi-AZ.
public Boolean isForceFailover()
 When true, the reboot is conducted through a Multi-AZ failover.
 
 Constraint: You can't specify true if the instance is not configured for Multi-AZ.
 
true, the reboot is conducted through a Multi-AZ failover. 
         
         Constraint: You can't specify true if the instance is not configured for Multi-AZ.
public String toString()
toString in class ObjectObject.toString()public RebootDBInstanceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()