@Generated(value="software.amazon.awssdk:codegen") public final class AgentConfigurationStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
AgentConfigurationStatus.Builder |
Modifier and Type | Method and Description |
---|---|
String |
agentId()
The agent/connector ID.
|
static AgentConfigurationStatus.Builder |
builder() |
String |
description()
A description of the operation performed.
|
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String agentId()
The agent/connector ID.
public 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.
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 String description()
A description of the operation performed.
public AgentConfigurationStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>
public static AgentConfigurationStatus.Builder builder()
public static Class<? extends AgentConfigurationStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.