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