Class Tag
java.lang.Object
com.amazonaws.services.codedeploy.model.Tag
- All Implemented Interfaces:
Serializable
,Cloneable
Information about a tag.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tag
public Tag()
-
-
Method Details
-
setKey
The tag's key.
- Parameters:
key
- The tag's key.
-
getKey
The tag's key.
- Returns:
- The tag's key.
-
withKey
The tag's key.
- Parameters:
key
- The tag's key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
The tag's value.
- Parameters:
value
- The tag's value.
-
getValue
The tag's value.
- Returns:
- The tag's value.
-
withValue
The tag's value.
- Parameters:
value
- The tag's value.- 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
-