public class AgentsFilter extends Object implements Serializable, Cloneable
This data type is used as a response element in the ListAssessmentAgents action.
Constructor and Description |
---|
AgentsFilter() |
Modifier and Type | Method and Description |
---|---|
AgentsFilter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAgentHealthList()
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the agentHealth
property of the Agent data type.
|
int |
hashCode() |
void |
setAgentHealthList(Collection<String> agentHealthList)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the agentHealth
property of the Agent data type.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AgentsFilter |
withAgentHealthList(Collection<String> agentHealthList)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the agentHealth
property of the Agent data type.
|
AgentsFilter |
withAgentHealthList(String... agentHealthList)
For a record to match a filter, the value specified for this data type
property must be the exact match of the value of the agentHealth
property of the Agent data type.
|
public List<String> getAgentHealthList()
For a record to match a filter, the value specified for this data type property must be the exact match of the value of the agentHealth property of the Agent data type.
public void setAgentHealthList(Collection<String> agentHealthList)
For a record to match a filter, the value specified for this data type property must be the exact match of the value of the agentHealth property of the Agent data type.
agentHealthList
- For a record to match a filter, the value specified for this data
type property must be the exact match of the value of the
agentHealth property of the Agent data type.public AgentsFilter withAgentHealthList(String... agentHealthList)
For a record to match a filter, the value specified for this data type property must be the exact match of the value of the agentHealth property of the Agent data type.
NOTE: This method appends the values to the existing list (if
any). Use setAgentHealthList(java.util.Collection)
or
withAgentHealthList(java.util.Collection)
if you want to
override the existing values.
agentHealthList
- For a record to match a filter, the value specified for this data
type property must be the exact match of the value of the
agentHealth property of the Agent data type.public AgentsFilter withAgentHealthList(Collection<String> agentHealthList)
For a record to match a filter, the value specified for this data type property must be the exact match of the value of the agentHealth property of the Agent data type.
agentHealthList
- For a record to match a filter, the value specified for this data
type property must be the exact match of the value of the
agentHealth property of the Agent data type.public String toString()
toString
in class Object
Object.toString()
public AgentsFilter clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.