Interface DeleteAgentResponse.Builder

    • Method Detail

      • agentId

        DeleteAgentResponse.Builder agentId​(String agentId)
        Sets the value of the AgentId property for this object.
        Parameters:
        agentId - The new value for the AgentId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentStatus

        DeleteAgentResponse.Builder agentStatus​(String agentStatus)
        Sets the value of the AgentStatus property for this object.
        Parameters:
        agentStatus - The new value for the AgentStatus property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentStatus, AgentStatus
      • agentStatus

        DeleteAgentResponse.Builder agentStatus​(AgentStatus agentStatus)
        Sets the value of the AgentStatus property for this object.
        Parameters:
        agentStatus - The new value for the AgentStatus property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentStatus, AgentStatus