@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceServer extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SourceServer() |
| Modifier and Type | Method and Description |
|---|---|
SourceServer |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
SourceServer |
clearTagsEntries()
Removes all the entries added into Tags.
|
SourceServer |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
SourceServer |
withArn(String arn)
Source server ARN.
|
SourceServer |
withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
|
SourceServer |
withIsArchived(Boolean isArchived)
Source server archived status.
|
SourceServer |
withLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
|
SourceServer |
withLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
|
SourceServer |
withReplicationType(ReplicationType replicationType)
Source server replication type.
|
SourceServer |
withReplicationType(String replicationType)
Source server replication type.
|
SourceServer |
withSourceProperties(SourceProperties sourceProperties)
Source server properties.
|
SourceServer |
withSourceServerID(String sourceServerID)
Source server ID.
|
SourceServer |
withTags(Map<String,String> tags)
Source server Tags.
|
SourceServer |
withVcenterClientID(String vcenterClientID)
Source server vCenter client id.
|
public void setArn(String arn)
Source server ARN.
arn - Source server ARN.public String getArn()
Source server ARN.
public SourceServer 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 SourceServer 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 SourceServer 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 SourceServer 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 SourceServer 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.ReplicationTypepublic String getReplicationType()
Source server replication type.
ReplicationTypepublic SourceServer withReplicationType(String replicationType)
Source server replication type.
replicationType - Source server replication type.ReplicationTypepublic SourceServer withReplicationType(ReplicationType replicationType)
Source server replication type.
replicationType - Source server replication type.ReplicationTypepublic void setSourceProperties(SourceProperties sourceProperties)
Source server properties.
sourceProperties - Source server properties.public SourceProperties getSourceProperties()
Source server properties.
public SourceServer 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 SourceServer 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 SourceServer withTags(Map<String,String> tags)
Source server Tags.
tags - Source server Tags.public SourceServer addTagsEntry(String key, String value)
public SourceServer 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 SourceServer withVcenterClientID(String vcenterClientID)
Source server vCenter client id.
vcenterClientID - Source server vCenter client id.public String toString()
toString in class ObjectObject.toString()public SourceServer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.