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