@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagDescription extends Object implements Serializable, Cloneable
The tags associated with a load balancer.
| Constructor and Description | 
|---|
TagDescription()  | 
| Modifier and Type | Method and Description | 
|---|---|
TagDescription | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getLoadBalancerName()
 The name of the load balancer. 
 | 
List<Tag> | 
getTags()
 The tags. 
 | 
int | 
hashCode()  | 
void | 
setLoadBalancerName(String loadBalancerName)
 The name of the load balancer. 
 | 
void | 
setTags(Collection<Tag> tags)
 The tags. 
 | 
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)
 The tags. 
 | 
TagDescription | 
withTags(Tag... tags)
 The tags. 
 | 
public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public String getLoadBalancerName()
The name of the load balancer.
public TagDescription withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public void setTags(Collection<Tag> tags)
The tags.
tags - The tags.public TagDescription withTags(Tag... tags)
The tags.
 NOTE: This method appends the values to the existing list (if any). Use
 setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
 existing values.
 
tags - The tags.public TagDescription withTags(Collection<Tag> tags)
The tags.
tags - The tags.public String toString()
toString in class ObjectObject.toString()public TagDescription clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.