Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PreviewAgentsRequest.Builder,PreviewAgentsRequest>
@Generated("software.amazon.awssdk:codegen") public class PreviewAgentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PreviewAgentsRequest.Builder,PreviewAgentsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PreviewAgentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PreviewAgentsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
You can use this parameter to indicate the maximum number of items you want in the response.
|
String |
nextToken() |
You can use this parameter when paginating results.
|
String |
previewAgentsArn() |
The ARN of the assessment target whose agents you want to preview.
|
static Class<? extends PreviewAgentsRequest.Builder> |
serializableBuilderClass() |
|
PreviewAgentsRequest.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 String previewAgentsArn()
The ARN of the assessment target whose agents you want to preview.
public String nextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the PreviewAgents action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
public Integer maxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
public PreviewAgentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PreviewAgentsRequest.Builder,PreviewAgentsRequest>
public static PreviewAgentsRequest.Builder builder()
public static Class<? extends PreviewAgentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.