Class EC2TagFilter
java.lang.Object
com.amazonaws.services.codedeploy.model.EC2TagFilter
- All Implemented Interfaces:
Serializable, Cloneable
Information about a tag filter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetKey()The tag filter key.getType()The tag filter type:getValue()The tag filter value.inthashCode()voidThe tag filter key.voidsetType(EC2TagFilterType type) The tag filter type:voidThe tag filter type:voidThe tag filter value.toString()Returns a string representation of this object; useful for testing and debugging.The tag filter key.withType(EC2TagFilterType type) The tag filter type:The tag filter type:The tag filter value.
-
Constructor Details
-
EC2TagFilter
public EC2TagFilter()
-
-
Method Details
-
setKey
-
getKey
-
withKey
The tag filter key.
- Parameters:
key- The tag filter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
-
getValue
-
withValue
The tag filter value.
- Parameters:
value- The tag filter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
The tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type- The tag filter type:- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- See Also:
-
getType
The tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Returns:
- The tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- See Also:
-
withType
The tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type- The 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 tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type- The tag filter type:- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- See Also:
-
withType
The tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
- Parameters:
type- The 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
-
equals
-
hashCode
-
clone
-