Class DocumentFilter
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.DocumentFilter
- 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 value of the filter.inthashCode()voidsetKey(DocumentFilterKey key) The name of the filter.voidThe name of the filter.voidThe value of the filter.toString()Returns a string representation of this object; useful for testing and debugging.withKey(DocumentFilterKey key) The name of the filter.The name of the filter.The value of the filter.
-
Constructor Details
-
DocumentFilter
public DocumentFilter()
-
-
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:
-
setValue
The value of the filter.
- Parameters:
value- The value of the filter.
-
getValue
-
withValue
The value of the filter.
- Parameters:
value- The value of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-