Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>
@Generated("software.amazon.awssdk:codegen") public class StartDataCollectionByAgentIdsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartDataCollectionByAgentIdsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
agentIds() |
The IDs of the agents or connectors from which to start collecting data.
|
static StartDataCollectionByAgentIdsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends StartDataCollectionByAgentIdsRequest.Builder> |
serializableBuilderClass() |
|
StartDataCollectionByAgentIdsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> agentIds()
The IDs of the agents or connectors from which to start collecting data. If you send a request to an
agent/connector ID that you do not have permission to contact, according to your AWS account, the service does
not throw an exception. Instead, it returns the error in the Description field. If you send a request to
multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system
does not throw an exception. Instead, the system shows Failed
in the Description field.
Failed
in the Description field.public StartDataCollectionByAgentIdsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>
public static StartDataCollectionByAgentIdsRequest.Builder builder()
public static Class<? extends StartDataCollectionByAgentIdsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.