Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListAttacksRequest.Builder,ListAttacksRequest>
@Generated("software.amazon.awssdk:codegen") public class ListAttacksRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListAttacksRequest.Builder,ListAttacksRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAttacksRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListAttacksRequest.Builder |
builder() |
|
TimeRange |
endTime() |
The end of the time period for the attacks.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of AttackSummary objects to be returned.
|
String |
nextToken() |
The
ListAttacksRequest.NextMarker value from a previous call to ListAttacksRequest . |
List<String> |
resourceArns() |
The ARN (Amazon Resource Name) of the resource that was attacked.
|
static Class<? extends ListAttacksRequest.Builder> |
serializableBuilderClass() |
|
TimeRange |
startTime() |
The time period for the attacks.
|
ListAttacksRequest.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> resourceArns()
The ARN (Amazon Resource Name) of the resource that was attacked. If this is left blank, all applicable resources for this account will be included.
public TimeRange startTime()
The time period for the attacks.
public TimeRange endTime()
The end of the time period for the attacks.
public String nextToken()
The ListAttacksRequest.NextMarker
value from a previous call to ListAttacksRequest
.
Pass null if this is the first call.
ListAttacksRequest.NextMarker
value from a previous call to
ListAttacksRequest
. Pass null if this is the first call.public Integer maxResults()
The maximum number of AttackSummary objects to be returned. If this is left blank, the first 20 results will be returned.
public ListAttacksRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListAttacksRequest.Builder,ListAttacksRequest>
public static ListAttacksRequest.Builder builder()
public static Class<? extends ListAttacksRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.