* The identifier of the network operation. *
*/ private String nsLcmOpOccId; /** ** 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 transferred to the network operation that is created. Use tags to * search and filter your resources or track your Amazon Web Services costs. *
*/ private java.util.Map* The identifier of the network operation. *
* * @param nsLcmOpOccId * The identifier of the network operation. */ public void setNsLcmOpOccId(String nsLcmOpOccId) { this.nsLcmOpOccId = nsLcmOpOccId; } /** ** The identifier of the network operation. *
* * @return The identifier of the network operation. */ public String getNsLcmOpOccId() { return this.nsLcmOpOccId; } /** ** The identifier of the network operation. *
* * @param nsLcmOpOccId * The identifier of the network operation. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateSolNetworkInstanceResult withNsLcmOpOccId(String nsLcmOpOccId) { setNsLcmOpOccId(nsLcmOpOccId); return this; } /** ** 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 transferred to the network operation that is created. Use tags to * search and filter your resources or track your Amazon Web Services costs. *
* * @return 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 transferred to the network operation that is created. * Use tags to search and filter your resources or track your Amazon Web Services costs. */ public java.util.Map* 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 transferred to the network operation that is created. Use tags to * search and filter your resources or track your Amazon Web Services costs. *
* * @param 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 transferred to the network operation that is created. * Use tags to search and filter your resources or track your Amazon Web Services costs. */ public void setTags(java.util.Map* 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 transferred to the network operation that is created. Use tags to * search and filter your resources or track your Amazon Web Services costs. *
* * @param 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 transferred to the network operation that is created. * Use tags to search and filter your resources or track your Amazon Web Services costs. * @return Returns a reference to this object so that method calls can be chained together. */ public UpdateSolNetworkInstanceResult withTags(java.util.Map