Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeAgentsRequest.Builder,DescribeAgentsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeAgentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAgentsRequest.Builder,DescribeAgentsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeAgentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
agentIds() |
The agent or the Connector IDs for which you want information.
|
static DescribeAgentsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
You can filter the request using various logical operators and a key-value format.
|
int |
hashCode() |
|
Integer |
maxResults() |
The total number of agents/Connectors to return in a single page of output.
|
String |
nextToken() |
Token to retrieve the next set of results.
|
static Class<? extends DescribeAgentsRequest.Builder> |
serializableBuilderClass() |
|
DescribeAgentsRequest.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 agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.
public List<Filter> filters()
You can filter the request using various logical operators and a key-value format. For example:
{"key": "collectionStatus", "value": "STARTED"}
{"key": "collectionStatus", "value": "STARTED"}
public Integer maxResults()
The total number of agents/Connectors to return in a single page of output. The maximum value is 100.
public String nextToken()
Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10, you
received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
DescribeAgentsRequest$agentIds
but set DescribeAgentsRequest$maxResults
to 10,
you received a set of 10 results along with a token. Use that token in this query to get the next set of
10.public DescribeAgentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeAgentsRequest.Builder,DescribeAgentsRequest>
public static DescribeAgentsRequest.Builder builder()
public static Class<? extends DescribeAgentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.