Class InstanceInformationFilter
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.InstanceInformationFilter
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a filter for a specific list of instances.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getKey()
The name of the filter.The filter values.int
hashCode()
void
The name of the filter.void
The name of the filter.void
setValueSet
(Collection<String> valueSet) The filter values.toString()
Returns a string representation of this object; useful for testing and debugging.The name of the filter.The name of the filter.withValueSet
(String... valueSet) The filter values.withValueSet
(Collection<String> valueSet) The filter values.
-
Constructor Details
-
InstanceInformationFilter
public InstanceInformationFilter()
-
-
Method Details
-
setKey
The name of the filter.
- Parameters:
key
- The name of the filter.- See Also:
-
getKey
The name of the filter.
- Returns:
- The name of the filter.
- See Also:
-
withKey
The name of the filter.
- Parameters:
key
- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setKey
The name of the filter.
- Parameters:
key
- The name of the filter.- See Also:
-
withKey
The name of the filter.
- Parameters:
key
- The name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
getValueSet
The filter values.
- Returns:
- The filter values.
-
setValueSet
The filter values.
- Parameters:
valueSet
- The filter values.
-
withValueSet
The filter values.
NOTE: This method appends the values to the existing list (if any). Use
setValueSet(java.util.Collection)
orwithValueSet(java.util.Collection)
if you want to override the existing values.- Parameters:
valueSet
- The filter values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withValueSet
The filter values.
- Parameters:
valueSet
- The filter values.- 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
-