@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFailbackReplicationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFailbackReplicationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetFailbackReplicationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Long |
getBandwidthThrottling()
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
|
String |
getName()
The name of the Failback Replication Configuration.
|
String |
getRecoveryInstanceID()
The ID of the Recovery Instance.
|
Boolean |
getUsePrivateIP()
Whether to use Private IP for the failback replication of the Recovery Instance.
|
int |
hashCode() |
Boolean |
isUsePrivateIP()
Whether to use Private IP for the failback replication of the Recovery Instance.
|
void |
setBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
|
void |
setName(String name)
The name of the Failback Replication Configuration.
|
void |
setRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance.
|
void |
setUsePrivateIP(Boolean usePrivateIP)
Whether to use Private IP for the failback replication of the Recovery Instance.
|
String |
toString()
Returns a string representation of this object.
|
GetFailbackReplicationConfigurationResult |
withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
|
GetFailbackReplicationConfigurationResult |
withName(String name)
The name of the Failback Replication Configuration.
|
GetFailbackReplicationConfigurationResult |
withRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance.
|
GetFailbackReplicationConfigurationResult |
withUsePrivateIP(Boolean usePrivateIP)
Whether to use Private IP for the failback replication of the Recovery Instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetFailbackReplicationConfigurationResult()
public void setBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
bandwidthThrottling
- Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.public Long getBandwidthThrottling()
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
public GetFailbackReplicationConfigurationResult withBandwidthThrottling(Long bandwidthThrottling)
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
bandwidthThrottling
- Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.public void setName(String name)
The name of the Failback Replication Configuration.
name
- The name of the Failback Replication Configuration.public String getName()
The name of the Failback Replication Configuration.
public GetFailbackReplicationConfigurationResult withName(String name)
The name of the Failback Replication Configuration.
name
- The name of the Failback Replication Configuration.public void setRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance.
recoveryInstanceID
- The ID of the Recovery Instance.public String getRecoveryInstanceID()
The ID of the Recovery Instance.
public GetFailbackReplicationConfigurationResult withRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance.
recoveryInstanceID
- The ID of the Recovery Instance.public void setUsePrivateIP(Boolean usePrivateIP)
Whether to use Private IP for the failback replication of the Recovery Instance.
usePrivateIP
- Whether to use Private IP for the failback replication of the Recovery Instance.public Boolean getUsePrivateIP()
Whether to use Private IP for the failback replication of the Recovery Instance.
public GetFailbackReplicationConfigurationResult withUsePrivateIP(Boolean usePrivateIP)
Whether to use Private IP for the failback replication of the Recovery Instance.
usePrivateIP
- Whether to use Private IP for the failback replication of the Recovery Instance.public Boolean isUsePrivateIP()
Whether to use Private IP for the failback replication of the Recovery Instance.
public String toString()
toString
in class Object
Object.toString()
public GetFailbackReplicationConfigurationResult clone()