@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNetworkSiteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetNetworkSiteResult() |
Modifier and Type | Method and Description |
---|---|
GetNetworkSiteResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetNetworkSiteResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetNetworkSiteResult |
clone() |
boolean |
equals(Object obj) |
NetworkSite |
getNetworkSite()
Information about the network site.
|
Map<String,String> |
getTags()
The network site tags.
|
int |
hashCode() |
void |
setNetworkSite(NetworkSite networkSite)
Information about the network site.
|
void |
setTags(Map<String,String> tags)
The network site tags.
|
String |
toString()
Returns a string representation of this object.
|
GetNetworkSiteResult |
withNetworkSite(NetworkSite networkSite)
Information about the network site.
|
GetNetworkSiteResult |
withTags(Map<String,String> tags)
The network site tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNetworkSite(NetworkSite networkSite)
Information about the network site.
networkSite
- Information about the network site.public NetworkSite getNetworkSite()
Information about the network site.
public GetNetworkSiteResult withNetworkSite(NetworkSite networkSite)
Information about the network site.
networkSite
- Information about the network site.public void setTags(Map<String,String> tags)
The network site tags.
tags
- The network site tags.public GetNetworkSiteResult withTags(Map<String,String> tags)
The network site tags.
tags
- The network site tags.public GetNetworkSiteResult addTagsEntry(String key, String value)
public GetNetworkSiteResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetNetworkSiteResult clone()