Class AssociationFilter
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.AssociationFilter
- All Implemented Interfaces:
Serializable,Cloneable
Describes a filter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetKey()The name of the filter.getValue()The filter value.inthashCode()voidThe name of the filter.voidThe name of the filter.voidThe filter value.toString()Returns a string representation of this object; useful for testing and debugging.The name of the filter.The name of the filter.The filter value.
-
Constructor Details
-
AssociationFilter
public AssociationFilter()
-
-
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:
-
setValue
The filter value.
- Parameters:
value- The filter value.
-
getValue
The filter value.
- Returns:
- The filter value.
-
withValue
The filter value.
- Parameters:
value- The filter value.- 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
-