* Network instance ARN. *
*/ private String arn; /** ** Network instance ID. *
*/ private String id; /** ** Network instance name. *
*/ private String nsInstanceName; /** ** Network service descriptor ID. *
*/ private String nsdInfoId; /** ** A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional * value. You can use tags to search and filter your resources or track your Amazon Web Services costs. *
*/ private java.util.Map* Network instance ARN. *
* * @param arn * Network instance ARN. */ public void setArn(String arn) { this.arn = arn; } /** ** Network instance ARN. *
* * @return Network instance ARN. */ public String getArn() { return this.arn; } /** ** Network instance ARN. *
* * @param arn * Network instance ARN. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateSolNetworkInstanceResult withArn(String arn) { setArn(arn); return this; } /** ** Network instance ID. *
* * @param id * Network instance ID. */ public void setId(String id) { this.id = id; } /** ** Network instance ID. *
* * @return Network instance ID. */ public String getId() { return this.id; } /** ** Network instance ID. *
* * @param id * Network instance ID. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateSolNetworkInstanceResult withId(String id) { setId(id); return this; } /** ** Network instance name. *
* * @param nsInstanceName * Network instance name. */ public void setNsInstanceName(String nsInstanceName) { this.nsInstanceName = nsInstanceName; } /** ** Network instance name. *
* * @return Network instance name. */ public String getNsInstanceName() { return this.nsInstanceName; } /** ** Network instance name. *
* * @param nsInstanceName * Network instance name. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateSolNetworkInstanceResult withNsInstanceName(String nsInstanceName) { setNsInstanceName(nsInstanceName); return this; } /** ** Network service descriptor ID. *
* * @param nsdInfoId * Network service descriptor ID. */ public void setNsdInfoId(String nsdInfoId) { this.nsdInfoId = nsdInfoId; } /** ** Network service descriptor ID. *
* * @return Network service descriptor ID. */ public String getNsdInfoId() { return this.nsdInfoId; } /** ** Network service descriptor ID. *
* * @param nsdInfoId * Network service descriptor ID. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateSolNetworkInstanceResult withNsdInfoId(String nsdInfoId) { setNsdInfoId(nsdInfoId); 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. You can 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. You can 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. You can 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. You can 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. You can 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. You can 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 CreateSolNetworkInstanceResult withTags(java.util.Map