@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkSiteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNetworkSiteResult() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkSiteResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateNetworkSiteResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateNetworkSiteResult |
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.
|
CreateNetworkSiteResult |
withNetworkSite(NetworkSite networkSite)
Information about the network site.
|
CreateNetworkSiteResult |
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 CreateNetworkSiteResult 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 CreateNetworkSiteResult withTags(Map<String,String> tags)
The network site tags.
tags
- The network site tags.public CreateNetworkSiteResult addTagsEntry(String key, String value)
public CreateNetworkSiteResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateNetworkSiteResult clone()