Class TagFilter
java.lang.Object
com.amazonaws.services.codedeploy.model.TagFilter
- All Implemented Interfaces:
Serializable
,Cloneable
Information about an on-premises instance tag filter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getKey()
The on-premises instance tag filter key.getType()
The on-premises instance tag filter type:getValue()
The on-premises instance tag filter value.int
hashCode()
void
The on-premises instance tag filter key.void
setType
(TagFilterType type) The on-premises instance tag filter type:void
The on-premises instance tag filter type:void
The on-premises instance tag filter value.toString()
Returns a string representation of this object; useful for testing and debugging.The on-premises instance tag filter key.withType
(TagFilterType type) The on-premises instance tag filter type:The on-premises instance tag filter type:The on-premises instance tag filter value.
-
Constructor Details
-
TagFilter
public TagFilter()
-
-
Method Details
-
setKey
The on-premises instance tag filter key.
- Parameters:
key
- The on-premises instance tag filter key.
-
getKey
The on-premises instance tag filter key.
- Returns:
- The on-premises instance tag filter key.
-
withKey
The on-premises instance tag filter key.
- Parameters:
key
- The on-premises instance tag filter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
The on-premises instance tag filter value.
- Parameters:
value
- The on-premises instance tag filter value.
-
getValue
The on-premises instance tag filter value.
- Returns:
- The on-premises instance tag filter value.
-
withValue
The on-premises instance tag filter value.
- Parameters:
value
- The on-premises instance tag filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type
- The on-premises instance tag filter type:- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- See Also:
-
getType
The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Returns:
- The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- See Also:
-
withType
The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type
- The on-premises instance tag filter type:- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type
- The on-premises instance tag filter type:- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- See Also:
-
withType
The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type
- The on-premises instance tag filter type:- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-