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()
boolean
getKey()
The tag filter key.getType()
The tag filter type:getValue()
The tag filter value.int
hashCode()
void
The tag filter key.void
setType
(EC2TagFilterType type) The tag filter type:void
The tag filter type:void
The 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
The tag filter key.
- Parameters:
key
- The tag filter key.
-
getKey
The tag filter key.
- Returns:
- The tag filter key.
-
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
The tag filter value.
- Parameters:
value
- The tag filter value.
-
getValue
The tag filter value.
- Returns:
- The tag filter value.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-