@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 |
getApplicationID()
Source server application ID.
|
String |
getArn()
Source server ARN.
|
SourceServerConnectorAction |
getConnectorAction()
Source Server connector action.
|
DataReplicationInfo |
getDataReplicationInfo()
Source server data replication info.
|
String |
getFqdnForActionFramework()
Source server fqdn for action framework.
|
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 |
getUserProvidedID()
Source server user provided ID.
|
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 |
setApplicationID(String applicationID)
Source server application ID.
|
void |
setArn(String arn)
Source server ARN.
|
void |
setConnectorAction(SourceServerConnectorAction connectorAction)
Source Server connector action.
|
void |
setDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
|
void |
setFqdnForActionFramework(String fqdnForActionFramework)
Source server fqdn for action framework.
|
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 |
setUserProvidedID(String userProvidedID)
Source server user provided ID.
|
void |
setVcenterClientID(String vcenterClientID)
Source server vCenter client id.
|
String |
toString()
Returns a string representation of this object.
|
SourceServer |
withApplicationID(String applicationID)
Source server application ID.
|
SourceServer |
withArn(String arn)
Source server ARN.
|
SourceServer |
withConnectorAction(SourceServerConnectorAction connectorAction)
Source Server connector action.
|
SourceServer |
withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
|
SourceServer |
withFqdnForActionFramework(String fqdnForActionFramework)
Source server fqdn for action framework.
|
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 |
withUserProvidedID(String userProvidedID)
Source server user provided ID.
|
SourceServer |
withVcenterClientID(String vcenterClientID)
Source server vCenter client id.
|
public void setApplicationID(String applicationID)
Source server application ID.
applicationID
- Source server application ID.public String getApplicationID()
Source server application ID.
public SourceServer withApplicationID(String applicationID)
Source server application ID.
applicationID
- Source server application 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 setConnectorAction(SourceServerConnectorAction connectorAction)
Source Server connector action.
connectorAction
- Source Server connector action.public SourceServerConnectorAction getConnectorAction()
Source Server connector action.
public SourceServer withConnectorAction(SourceServerConnectorAction connectorAction)
Source Server connector action.
connectorAction
- Source Server connector action.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 setFqdnForActionFramework(String fqdnForActionFramework)
Source server fqdn for action framework.
fqdnForActionFramework
- Source server fqdn for action framework.public String getFqdnForActionFramework()
Source server fqdn for action framework.
public SourceServer withFqdnForActionFramework(String fqdnForActionFramework)
Source server fqdn for action framework.
fqdnForActionFramework
- Source server fqdn for action framework.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.ReplicationType
public String getReplicationType()
Source server replication type.
ReplicationType
public SourceServer withReplicationType(String replicationType)
Source server replication type.
replicationType
- Source server replication type.ReplicationType
public SourceServer 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 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 setUserProvidedID(String userProvidedID)
Source server user provided ID.
userProvidedID
- Source server user provided ID.public String getUserProvidedID()
Source server user provided ID.
public SourceServer withUserProvidedID(String userProvidedID)
Source server user provided ID.
userProvidedID
- Source server user provided ID.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 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.