@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.
|
SourceProperties |
getSourceProperties()
Source server properties.
|
String |
getSourceServerID()
Source server ID.
|
Map<String,String> |
getTags()
Source server Tags.
|
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 |
setSourceProperties(SourceProperties sourceProperties)
Source server properties.
|
void |
setSourceServerID(String sourceServerID)
Source server ID.
|
void |
setTags(Map<String,String> tags)
Source server Tags.
|
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 |
withSourceProperties(SourceProperties sourceProperties)
Source server properties.
|
SourceServer |
withSourceServerID(String sourceServerID)
Source server ID.
|
SourceServer |
withTags(Map<String,String> tags)
Source server Tags.
|
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 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 String toString()
toString
in class Object
Object.toString()
public SourceServer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.