@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartReplicationResult() |
Modifier and Type | Method and Description |
---|---|
StartReplicationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartReplicationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartReplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Source server ARN.
|
DataReplicationInfo |
getDataReplicationInfo()
Source server data replication info.
|
Boolean |
getIsArchived()
Source server archived status.
|
LaunchedInstance |
getLaunchedInstance()
Source server launched instance.
|
LifeCycle |
getLifeCycle()
Source server lifecycle state.
|
String |
getReplicationType()
Source server replication type.
|
SourceProperties |
getSourceProperties()
Source server properties.
|
String |
getSourceServerID()
Source server ID.
|
Map<String,String> |
getTags()
Source server Tags.
|
String |
getVcenterClientID()
Source server vCenter client id.
|
int |
hashCode() |
Boolean |
isArchived()
Source server archived status.
|
void |
setArn(String arn)
Source server ARN.
|
void |
setDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
|
void |
setIsArchived(Boolean isArchived)
Source server archived status.
|
void |
setLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
|
void |
setLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
|
void |
setReplicationType(String replicationType)
Source server replication type.
|
void |
setSourceProperties(SourceProperties sourceProperties)
Source server properties.
|
void |
setSourceServerID(String sourceServerID)
Source server ID.
|
void |
setTags(Map<String,String> tags)
Source server Tags.
|
void |
setVcenterClientID(String vcenterClientID)
Source server vCenter client id.
|
String |
toString()
Returns a string representation of this object.
|
StartReplicationResult |
withArn(String arn)
Source server ARN.
|
StartReplicationResult |
withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
|
StartReplicationResult |
withIsArchived(Boolean isArchived)
Source server archived status.
|
StartReplicationResult |
withLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
|
StartReplicationResult |
withLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
|
StartReplicationResult |
withReplicationType(ReplicationType replicationType)
Source server replication type.
|
StartReplicationResult |
withReplicationType(String replicationType)
Source server replication type.
|
StartReplicationResult |
withSourceProperties(SourceProperties sourceProperties)
Source server properties.
|
StartReplicationResult |
withSourceServerID(String sourceServerID)
Source server ID.
|
StartReplicationResult |
withTags(Map<String,String> tags)
Source server Tags.
|
StartReplicationResult |
withVcenterClientID(String vcenterClientID)
Source server vCenter client id.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
Source server ARN.
arn
- Source server ARN.public String getArn()
Source server ARN.
public StartReplicationResult withArn(String arn)
Source server ARN.
arn
- Source server ARN.public void setDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
dataReplicationInfo
- Source server data replication info.public DataReplicationInfo getDataReplicationInfo()
Source server data replication info.
public StartReplicationResult withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
dataReplicationInfo
- Source server data replication info.public void setIsArchived(Boolean isArchived)
Source server archived status.
isArchived
- Source server archived status.public Boolean getIsArchived()
Source server archived status.
public StartReplicationResult withIsArchived(Boolean isArchived)
Source server archived status.
isArchived
- Source server archived status.public Boolean isArchived()
Source server archived status.
public void setLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
launchedInstance
- Source server launched instance.public LaunchedInstance getLaunchedInstance()
Source server launched instance.
public StartReplicationResult withLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
launchedInstance
- Source server launched instance.public void setLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
lifeCycle
- Source server lifecycle state.public LifeCycle getLifeCycle()
Source server lifecycle state.
public StartReplicationResult withLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
lifeCycle
- Source server lifecycle state.public void setReplicationType(String replicationType)
Source server replication type.
replicationType
- Source server replication type.ReplicationType
public String getReplicationType()
Source server replication type.
ReplicationType
public StartReplicationResult withReplicationType(String replicationType)
Source server replication type.
replicationType
- Source server replication type.ReplicationType
public StartReplicationResult withReplicationType(ReplicationType replicationType)
Source server replication type.
replicationType
- Source server replication type.ReplicationType
public void setSourceProperties(SourceProperties sourceProperties)
Source server properties.
sourceProperties
- Source server properties.public SourceProperties getSourceProperties()
Source server properties.
public StartReplicationResult withSourceProperties(SourceProperties sourceProperties)
Source server properties.
sourceProperties
- Source server properties.public void setSourceServerID(String sourceServerID)
Source server ID.
sourceServerID
- Source server ID.public String getSourceServerID()
Source server ID.
public StartReplicationResult withSourceServerID(String sourceServerID)
Source server ID.
sourceServerID
- Source server ID.public void setTags(Map<String,String> tags)
Source server Tags.
tags
- Source server Tags.public StartReplicationResult withTags(Map<String,String> tags)
Source server Tags.
tags
- Source server Tags.public StartReplicationResult addTagsEntry(String key, String value)
public StartReplicationResult clearTagsEntries()
public void setVcenterClientID(String vcenterClientID)
Source server vCenter client id.
vcenterClientID
- Source server vCenter client id.public String getVcenterClientID()
Source server vCenter client id.
public StartReplicationResult withVcenterClientID(String vcenterClientID)
Source server vCenter client id.
vcenterClientID
- Source server vCenter client id.public String toString()
toString
in class Object
Object.toString()
public StartReplicationResult clone()