@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAgentStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAgentStatusResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getAgentId()
UUID of updated agent.
|
int |
hashCode() |
void |
setAgentId(String agentId)
UUID of updated agent.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAgentStatusResult |
withAgentId(String agentId)
UUID of updated agent.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAgentId(String agentId)
UUID of updated agent.
agentId
- UUID of updated agent.public String getAgentId()
UUID of updated agent.
public UpdateAgentStatusResult withAgentId(String agentId)
UUID of updated agent.
agentId
- UUID of updated agent.public String toString()
toString
in class Object
Object.toString()
public UpdateAgentStatusResult clone()