Package software.amazon.smithy.utils
Interface Tagged
public interface Tagged
A type that contains tags.
-
Method Summary
-
Method Details
-
getTags
Gets the tags applied to an object.- Returns:
- Returns the tag values.
-
hasTag
Checks if the value has the given tag by name.- Parameters:
tag- Tag value to search for.- Returns:
- Returns true if the tag is present.
-