@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StagingSourceServer extends Object implements Serializable, Cloneable, StructuredPojo
Source server in staging account that extended source server connected to.
| Constructor and Description |
|---|
StagingSourceServer() |
| Modifier and Type | Method and Description |
|---|---|
StagingSourceServer |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StagingSourceServer |
clearTagsEntries()
Removes all the entries added into Tags.
|
StagingSourceServer |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the source server.
|
String |
getHostname()
Hostname of staging source server.
|
Map<String,String> |
getTags()
A list of tags associated with the staging source server.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The ARN of the source server.
|
void |
setHostname(String hostname)
Hostname of staging source server.
|
void |
setTags(Map<String,String> tags)
A list of tags associated with the staging source server.
|
String |
toString()
Returns a string representation of this object.
|
StagingSourceServer |
withArn(String arn)
The ARN of the source server.
|
StagingSourceServer |
withHostname(String hostname)
Hostname of staging source server.
|
StagingSourceServer |
withTags(Map<String,String> tags)
A list of tags associated with the staging source server.
|
public void setArn(String arn)
The ARN of the source server.
arn - The ARN of the source server.public String getArn()
The ARN of the source server.
public StagingSourceServer withArn(String arn)
The ARN of the source server.
arn - The ARN of the source server.public void setHostname(String hostname)
Hostname of staging source server.
hostname - Hostname of staging source server.public String getHostname()
Hostname of staging source server.
public StagingSourceServer withHostname(String hostname)
Hostname of staging source server.
hostname - Hostname of staging source server.public Map<String,String> getTags()
A list of tags associated with the staging source server.
public void setTags(Map<String,String> tags)
A list of tags associated with the staging source server.
tags - A list of tags associated with the staging source server.public StagingSourceServer withTags(Map<String,String> tags)
A list of tags associated with the staging source server.
tags - A list of tags associated with the staging source server.public StagingSourceServer addTagsEntry(String key, String value)
public StagingSourceServer clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public StagingSourceServer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.