@Generated(value="software.amazon.awssdk:codegen") public final class AgentConfigurationStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation, and whether the agent configuration was updated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentConfigurationStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
agentId()
The agent ID.
|
static AgentConfigurationStatus.Builder |
builder() |
String |
description()
A description of the operation performed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
operationSucceeded()
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AgentConfigurationStatus.Builder> |
serializableBuilderClass() |
AgentConfigurationStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String agentId()
The agent ID.
public final Boolean operationSucceeded()
Information about the status of the StartDataCollection and StopDataCollection
operations. The system has recorded the data collection operation. The agent 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 receives this command the
next time it polls for a new command.public final String description()
A description of the operation performed.
public AgentConfigurationStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>public static AgentConfigurationStatus.Builder builder()
public static Class<? extends AgentConfigurationStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.