Class Tag
java.lang.Object
com.amazonaws.services.applicationdiscovery.model.Tag
- All Implemented Interfaces:
Serializable, Cloneable
Metadata that help you categorize IT assets.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetKey()A type of tag to filter on.getValue()A value for a tag key to filter on.inthashCode()voidA type of tag to filter on.voidA value for a tag key to filter on.toString()Returns a string representation of this object; useful for testing and debugging.A type of tag to filter on.A value for a tag key to filter on.
-
Constructor Details
-
Tag
public Tag()
-
-
Method Details
-
setKey
A type of tag to filter on.
- Parameters:
key- A type of tag to filter on.
-
getKey
-
withKey
-
setValue
A value for a tag key to filter on.
- Parameters:
value- A value for a tag key to filter on.
-
getValue
A value for a tag key to filter on.
- Returns:
- A value for a tag key to filter on.
-
withValue
-
toString
-
equals
-
hashCode
-
clone
-