Interface ListAgentsResponse.Builder

    • Method Detail

      • agentSummaries

        ListAgentsResponse.Builder agentSummaries​(Collection<AgentSummary> agentSummaries)
        Sets the value of the AgentSummaries property for this object.
        Parameters:
        agentSummaries - The new value for the AgentSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentSummaries

        ListAgentsResponse.Builder agentSummaries​(AgentSummary... agentSummaries)
        Sets the value of the AgentSummaries property for this object.
        Parameters:
        agentSummaries - The new value for the AgentSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAgentsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.