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