ToCopyableBuilder<StartDataCollectionByAgentIdsResponse.Builder,StartDataCollectionByAgentIdsResponse>
@Generated("software.amazon.awssdk:codegen") public class StartDataCollectionByAgentIdsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<StartDataCollectionByAgentIdsResponse.Builder,StartDataCollectionByAgentIdsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartDataCollectionByAgentIdsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AgentConfigurationStatus> |
agentsConfigurationStatus() |
Information about agents or the connector that were instructed to start collecting data.
|
static StartDataCollectionByAgentIdsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends StartDataCollectionByAgentIdsResponse.Builder> |
serializableBuilderClass() |
|
StartDataCollectionByAgentIdsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<AgentConfigurationStatus> agentsConfigurationStatus()
Information about agents or the connector that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
public StartDataCollectionByAgentIdsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartDataCollectionByAgentIdsResponse.Builder,StartDataCollectionByAgentIdsResponse>
public static StartDataCollectionByAgentIdsResponse.Builder builder()
public static Class<? extends StartDataCollectionByAgentIdsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.