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()booleangetKey()The name of the filter.The filter values.inthashCode()voidThe name of the filter.voidThe name of the filter.voidsetValueSet(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
-
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
-
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
-
equals
-
hashCode
-
clone
-