Class DescribeTagsResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.DescribeTagsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the tags.inthashCode()voidsetTagDescriptions(Collection<TagDescription> tagDescriptions) Information about the tags.toString()Returns a string representation of this object; useful for testing and debugging.withTagDescriptions(TagDescription... tagDescriptions) Information about the tags.withTagDescriptions(Collection<TagDescription> tagDescriptions) Information about the tags.
-
Constructor Details
-
DescribeTagsResult
public DescribeTagsResult()
-
-
Method Details
-
getTagDescriptions
Information about the tags.
- Returns:
- Information about the tags.
-
setTagDescriptions
Information about the tags.
- Parameters:
tagDescriptions- Information about the tags.
-
withTagDescriptions
Information about the tags.
NOTE: This method appends the values to the existing list (if any). Use
setTagDescriptions(java.util.Collection)orwithTagDescriptions(java.util.Collection)if you want to override the existing values.- Parameters:
tagDescriptions- Information about the tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTagDescriptions
Information about the tags.
- Parameters:
tagDescriptions- Information about the tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-