public class AgentConfigurationStatus extends Object implements Serializable, Cloneable
Information about agents or Connectors that were instructed to start collecting data. Information includes the agent/Connector ID, a description of the operation, and whether or not the agent/Connector configuration was updated.
Constructor and Description |
---|
AgentConfigurationStatus() |
Modifier and Type | Method and Description |
---|---|
AgentConfigurationStatus |
clone() |
boolean |
equals(Object obj) |
String |
getAgentId()
The agent/Connector ID.
|
String |
getDescription()
A description of the operation performed.
|
Boolean |
getOperationSucceeded()
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
int |
hashCode() |
Boolean |
isOperationSucceeded()
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
void |
setAgentId(String agentId)
The agent/Connector ID.
|
void |
setDescription(String description)
A description of the operation performed.
|
void |
setOperationSucceeded(Boolean operationSucceeded)
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AgentConfigurationStatus |
withAgentId(String agentId)
The agent/Connector ID.
|
AgentConfigurationStatus |
withDescription(String description)
A description of the operation performed.
|
AgentConfigurationStatus |
withOperationSucceeded(Boolean operationSucceeded)
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
public void setAgentId(String agentId)
The agent/Connector ID.
agentId
- The agent/Connector ID.public String getAgentId()
The agent/Connector ID.
public AgentConfigurationStatus withAgentId(String agentId)
The agent/Connector ID.
agentId
- The agent/Connector ID.public void setOperationSucceeded(Boolean operationSucceeded)
Information about the status of the StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this command the
next time it polls for a new command.
operationSucceeded
- Information about the status of the StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this
command the next time it polls for a new command.public Boolean getOperationSucceeded()
Information about the status of the StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this command the
next time it polls for a new command.
StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this
command the next time it polls for a new command.public AgentConfigurationStatus withOperationSucceeded(Boolean operationSucceeded)
Information about the status of the StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this command the
next time it polls for a new command.
operationSucceeded
- Information about the status of the StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this
command the next time it polls for a new command.public Boolean isOperationSucceeded()
Information about the status of the StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this command the
next time it polls for a new command.
StartDataCollection
and StopDataCollection
operations. The system has recorded the data collection operation. The agent/Connector receives this
command the next time it polls for a new command.public void setDescription(String description)
A description of the operation performed.
description
- A description of the operation performed.public String getDescription()
A description of the operation performed.
public AgentConfigurationStatus withDescription(String description)
A description of the operation performed.
description
- A description of the operation performed.public String toString()
toString
in class Object
Object.toString()
public AgentConfigurationStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.