Class TagDescription
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.TagDescription
- All Implemented Interfaces:
Serializable, Cloneable
The tags associated with a load balancer.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe name of the load balancer.getTags()The tags.inthashCode()voidsetLoadBalancerName(String loadBalancerName) The name of the load balancer.voidsetTags(Collection<Tag> tags) The tags.toString()Returns a string representation of this object; useful for testing and debugging.withLoadBalancerName(String loadBalancerName) The name of the load balancer.The tags.withTags(Collection<Tag> tags) The tags.
-
Constructor Details
-
TagDescription
public TagDescription()
-
-
Method Details
-
setLoadBalancerName
The name of the load balancer.
- Parameters:
loadBalancerName- The name of the load balancer.
-
getLoadBalancerName
The name of the load balancer.
- Returns:
- The name of the load balancer.
-
withLoadBalancerName
The name of the load balancer.
- Parameters:
loadBalancerName- The name of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
-
setTags
-
withTags
The tags.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)orwithTags(java.util.Collection)if you want to override the existing values.- Parameters:
tags- The tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
The tags.
- Parameters:
tags- The tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-