@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebootReplicationInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RebootReplicationInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
RebootReplicationInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getForceFailover()
If this parameter is
true , the reboot is conducted through a Multi-AZ failover. |
String |
getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
int |
hashCode() |
Boolean |
isForceFailover()
If this parameter is
true , the reboot is conducted through a Multi-AZ failover. |
void |
setForceFailover(Boolean forceFailover)
If this parameter is
true , the reboot is conducted through a Multi-AZ failover. |
void |
setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
String |
toString()
Returns a string representation of this object.
|
RebootReplicationInstanceRequest |
withForceFailover(Boolean forceFailover)
If this parameter is
true , the reboot is conducted through a Multi-AZ failover. |
RebootReplicationInstanceRequest |
withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
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 setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public String getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public RebootReplicationInstanceRequest withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public void setForceFailover(Boolean forceFailover)
If this parameter is true
, the reboot is conducted through a Multi-AZ failover. (If the instance
isn't configured for Multi-AZ, then you can't specify true
.)
forceFailover
- If this parameter is true
, the reboot is conducted through a Multi-AZ failover. (If the
instance isn't configured for Multi-AZ, then you can't specify true
.)public Boolean getForceFailover()
If this parameter is true
, the reboot is conducted through a Multi-AZ failover. (If the instance
isn't configured for Multi-AZ, then you can't specify true
.)
true
, the reboot is conducted through a Multi-AZ failover. (If the
instance isn't configured for Multi-AZ, then you can't specify true
.)public RebootReplicationInstanceRequest withForceFailover(Boolean forceFailover)
If this parameter is true
, the reboot is conducted through a Multi-AZ failover. (If the instance
isn't configured for Multi-AZ, then you can't specify true
.)
forceFailover
- If this parameter is true
, the reboot is conducted through a Multi-AZ failover. (If the
instance isn't configured for Multi-AZ, then you can't specify true
.)public Boolean isForceFailover()
If this parameter is true
, the reboot is conducted through a Multi-AZ failover. (If the instance
isn't configured for Multi-AZ, then you can't specify true
.)
true
, the reboot is conducted through a Multi-AZ failover. (If the
instance isn't configured for Multi-AZ, then you can't specify true
.)public String toString()
toString
in class Object
Object.toString()
public RebootReplicationInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()