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()
boolean
The name of the load balancer.getTags()
The tags.int
hashCode()
void
setLoadBalancerName
(String loadBalancerName) The name of the load balancer.void
setTags
(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
The tags.
- Returns:
- The tags.
-
setTags
The tags.
- Parameters:
tags
- The tags.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-