Interface ListAgentStatusesResponse.Builder

    • Method Detail

      • nextToken

        ListAgentStatusesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentStatusSummaryList

        ListAgentStatusesResponse.Builder agentStatusSummaryList​(Collection<AgentStatusSummary> agentStatusSummaryList)

        A summary of agent statuses.

        Parameters:
        agentStatusSummaryList - A summary of agent statuses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentStatusSummaryList

        ListAgentStatusesResponse.Builder agentStatusSummaryList​(AgentStatusSummary... agentStatusSummaryList)

        A summary of agent statuses.

        Parameters:
        agentStatusSummaryList - A summary of agent statuses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.