public class TagDescription
extends java.lang.Object
implements java.io.Serializable
The tags associated with a load balancer.
Constructor and Description |
---|
TagDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLoadBalancerName()
The name of the load balancer.
|
java.util.List<Tag> |
getTags()
The tags.
|
int |
hashCode() |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
void |
setTags(java.util.Collection<Tag> tags)
The tags.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TagDescription |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
TagDescription |
withTags(java.util.Collection<Tag> tags)
The tags.
|
TagDescription |
withTags(Tag... tags)
The tags.
|
public java.lang.String getLoadBalancerName()
The name of the load balancer.
The name of the load balancer.
public void setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.
public TagDescription withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the load balancer.
public java.util.List<Tag> getTags()
The tags.
The tags.
public void setTags(java.util.Collection<Tag> tags)
The tags.
tags
- The tags.
public TagDescription withTags(Tag... tags)
The tags.
Returns a reference to this object so that method calls can be chained together.
tags
- The tags.
public TagDescription withTags(java.util.Collection<Tag> tags)
The tags.
Returns a reference to this object so that method calls can be chained together.
tags
- The tags.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.