Class CommandFilter
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.CommandFilter
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a command filter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getKey()
The name of the filter.getValue()
The filter value.int
hashCode()
void
setKey
(CommandFilterKey key) The name of the filter.void
The name of the filter.void
The filter value.toString()
Returns a string representation of this object; useful for testing and debugging.withKey
(CommandFilterKey key) The name of the filter.The name of the filter.The filter value.
-
Constructor Details
-
CommandFilter
public CommandFilter()
-
-
Method Details
-
setKey
The name of the filter. For example, requested date and time.
- Parameters:
key
- The name of the filter. For example, requested date and time.- See Also:
-
getKey
The name of the filter. For example, requested date and time.
- Returns:
- The name of the filter. For example, requested date and time.
- See Also:
-
withKey
The name of the filter. For example, requested date and time.
- Parameters:
key
- The name of the filter. For example, requested date and time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setKey
The name of the filter. For example, requested date and time.
- Parameters:
key
- The name of the filter. For example, requested date and time.- See Also:
-
withKey
The name of the filter. For example, requested date and time.
- Parameters:
key
- The name of the filter. For example, requested date and time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setValue
The filter value. For example: June 30, 2015.
- Parameters:
value
- The filter value. For example: June 30, 2015.
-
getValue
The filter value. For example: June 30, 2015.
- Returns:
- The filter value. For example: June 30, 2015.
-
withValue
The filter value. For example: June 30, 2015.
- Parameters:
value
- The filter value. For example: June 30, 2015.- 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
-