StructuredPojo
, ToCopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>
@Generated("software.amazon.awssdk:codegen") public class AgentConfigurationStatus extends Object implements StructuredPojo, 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 | Description |
---|---|---|
static interface |
AgentConfigurationStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
agentId() |
The agent/connector ID.
|
static AgentConfigurationStatus.Builder |
builder() |
|
String |
description() |
A description of the operation performed.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Boolean |
operationSucceeded() |
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.