@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSolNetworkInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSolNetworkInstanceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSolNetworkInstanceResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateSolNetworkInstanceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateSolNetworkInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getNsLcmOpOccId()
The identifier of the network operation.
|
Map<String,String> |
getTags()
A tag is a label that you assign to an Amazon Web Services resource.
|
int |
hashCode() |
void |
setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
|
void |
setTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSolNetworkInstanceResult |
withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
|
UpdateSolNetworkInstanceResult |
withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
nsLcmOpOccId
- The identifier of the network operation.public String getNsLcmOpOccId()
The identifier of the network operation.
public UpdateSolNetworkInstanceResult withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
nsLcmOpOccId
- The identifier of the network operation.public Map<String,String> getTags()
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
public void setTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
tags
- A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. When you use this API, the tags are only applied to the network operation that is created.
These tags are not applied to the network instance. Use tags to search and filter your resources or track
your Amazon Web Services costs.public UpdateSolNetworkInstanceResult withTags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
tags
- A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. When you use this API, the tags are only applied to the network operation that is created.
These tags are not applied to the network instance. Use tags to search and filter your resources or track
your Amazon Web Services costs.public UpdateSolNetworkInstanceResult addTagsEntry(String key, String value)
public UpdateSolNetworkInstanceResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateSolNetworkInstanceResult clone()