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()booleangetKey()The name of the filter.getValue()The filter value.inthashCode()voidsetKey(CommandFilterKey key) The 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.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
-