public class ListAgentStatusesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListAgentStatusesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AgentStatusSummary> |
getAgentStatusSummaryList()
A summary of agent statuses.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setAgentStatusSummaryList(java.util.Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAgentStatusesResult |
withAgentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResult |
withAgentStatusSummaryList(java.util.Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
|
ListAgentStatusesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.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 ListAgentStatusesResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
public java.util.List<AgentStatusSummary> getAgentStatusSummaryList()
A summary of agent statuses.
A summary of agent statuses.
public void setAgentStatusSummaryList(java.util.Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
agentStatusSummaryList - A summary of agent statuses.
public ListAgentStatusesResult withAgentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)
A summary of agent statuses.
Returns a reference to this object so that method calls can be chained together.
agentStatusSummaryList - A summary of agent statuses.
public ListAgentStatusesResult withAgentStatusSummaryList(java.util.Collection<AgentStatusSummary> agentStatusSummaryList)
A summary of agent statuses.
Returns a reference to this object so that method calls can be chained together.
agentStatusSummaryList - A summary of agent statuses.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object