@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAgentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAgentResult |
clone() |
boolean |
equals(Object obj) |
String |
getAgentId()
The unique identifier of the agent that was deleted.
|
String |
getAgentStatus()
The status of the agent.
|
int |
hashCode() |
void |
setAgentId(String agentId)
The unique identifier of the agent that was deleted.
|
void |
setAgentStatus(String agentStatus)
The status of the agent.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentResult |
withAgentId(String agentId)
The unique identifier of the agent that was deleted.
|
DeleteAgentResult |
withAgentStatus(AgentStatus agentStatus)
The status of the agent.
|
DeleteAgentResult |
withAgentStatus(String agentStatus)
The status of the agent.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAgentId(String agentId)
The unique identifier of the agent that was deleted.
agentId
- The unique identifier of the agent that was deleted.public String getAgentId()
The unique identifier of the agent that was deleted.
public DeleteAgentResult withAgentId(String agentId)
The unique identifier of the agent that was deleted.
agentId
- The unique identifier of the agent that was deleted.public void setAgentStatus(String agentStatus)
The status of the agent.
agentStatus
- The status of the agent.AgentStatus
public String getAgentStatus()
The status of the agent.
AgentStatus
public DeleteAgentResult withAgentStatus(String agentStatus)
The status of the agent.
agentStatus
- The status of the agent.AgentStatus
public DeleteAgentResult withAgentStatus(AgentStatus agentStatus)
The status of the agent.
agentStatus
- The status of the agent.AgentStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteAgentResult clone()