ToCopyableBuilder<StopDataCollectionByAgentIdsResponse.Builder,StopDataCollectionByAgentIdsResponse>
@Generated("software.amazon.awssdk:codegen") public class StopDataCollectionByAgentIdsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<StopDataCollectionByAgentIdsResponse.Builder,StopDataCollectionByAgentIdsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StopDataCollectionByAgentIdsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AgentConfigurationStatus> |
agentsConfigurationStatus() |
Information about the agents or connector that were instructed to stop collecting data.
|
static StopDataCollectionByAgentIdsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends StopDataCollectionByAgentIdsResponse.Builder> |
serializableBuilderClass() |
|
StopDataCollectionByAgentIdsResponse.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 the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
public StopDataCollectionByAgentIdsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StopDataCollectionByAgentIdsResponse.Builder,StopDataCollectionByAgentIdsResponse>
public static StopDataCollectionByAgentIdsResponse.Builder builder()
public static Class<? extends StopDataCollectionByAgentIdsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.