@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateSolNetworkInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
TerminateSolNetworkInstanceResult() |
Modifier and Type | Method and Description |
---|---|
TerminateSolNetworkInstanceResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
TerminateSolNetworkInstanceResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
TerminateSolNetworkInstanceResult |
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.
|
TerminateSolNetworkInstanceResult |
withNsLcmOpOccId(String nsLcmOpOccId)
The identifier of the network operation.
|
TerminateSolNetworkInstanceResult |
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 TerminateSolNetworkInstanceResult 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 TerminateSolNetworkInstanceResult 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 TerminateSolNetworkInstanceResult addTagsEntry(String key, String value)
public TerminateSolNetworkInstanceResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public TerminateSolNetworkInstanceResult clone()