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()
boolean
getKey()
A type of tag to filter on.getValue()
A value for a tag key to filter on.int
hashCode()
void
A type of tag to filter on.void
A 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
A type of tag to filter on.
- Returns:
- A type of tag to filter on.
-
withKey
A type of tag to filter on.
- Parameters:
key
- A type of tag to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
A value for a tag key to filter on.
- Parameters:
value
- A value for a tag key to filter on.- 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
-