@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAgentStatusesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAgentStatusesResult() |
Modifier and Type | Method and Description |
---|---|
ListAgentStatusesResult |
clone() |
boolean |
equals(Object obj) |
List<AgentStatusSummary> |
getAgentStatusSummaryList()
A summary of agent statuses.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setAgentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAgentStatusesResult |
withAgentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResult |
withAgentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListAgentStatusesResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public List<AgentStatusSummary> getAgentStatusSummaryList()
A summary of agent statuses.
public void setAgentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
agentStatusSummaryList
- A summary of agent statuses.public ListAgentStatusesResult withAgentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
NOTE: This method appends the values to the existing list (if any). Use
setAgentStatusSummaryList(java.util.Collection)
or
withAgentStatusSummaryList(java.util.Collection)
if you want to override the existing values.
agentStatusSummaryList
- A summary of agent statuses.public ListAgentStatusesResult withAgentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
agentStatusSummaryList
- A summary of agent statuses.public String toString()
toString
in class Object
Object.toString()
public ListAgentStatusesResult clone()