@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentConfigurationStatus extends Object implements Serializable, Cloneable, StructuredPojo
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 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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.