public class TagDescription extends Object implements Serializable
The descriptions of all the tags associated with load balancer.
| Constructor and Description |
|---|
TagDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLoadBalancerName()
The name of the load balancer.
|
List<Tag> |
getTags()
List of tags associated with the load balancer.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
void |
setTags(Collection<Tag> tags)
List of tags associated with the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TagDescription |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
TagDescription |
withTags(Collection<Tag> tags)
List of tags associated with the load balancer.
|
TagDescription |
withTags(Tag... tags)
List of tags associated with the load balancer.
|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The name of the load balancer.public TagDescription withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name of the load balancer.public List<Tag> getTags()
Constraints:
Length: 1 -
public void setTags(Collection<Tag> tags)
Constraints:
Length: 1 -
tags - List of tags associated with the load balancer.public TagDescription withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
tags - List of tags associated with the load balancer.public TagDescription withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
tags - List of tags associated with the load balancer.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.