ToCopyableBuilder<ListAttacksResponse.Builder,ListAttacksResponse>
@Generated("software.amazon.awssdk:codegen") public class ListAttacksResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListAttacksResponse.Builder,ListAttacksResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAttacksResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AttackSummary> |
attackSummaries() |
The attack information for the specified time range.
|
static ListAttacksResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token returned by a previous call to indicate that there is more data available.
|
static Class<? extends ListAttacksResponse.Builder> |
serializableBuilderClass() |
|
ListAttacksResponse.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<AttackSummary> attackSummaries()
The attack information for the specified time range.
public String nextToken()
The token returned by a previous call to indicate that there is more data available. If not null, more results
are available. Pass this value for the NextMarker
parameter in a subsequent call to
ListAttacks
to retrieve the next set of items.
NextMarker
parameter in a subsequent call to
ListAttacks
to retrieve the next set of items.public ListAttacksResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListAttacksResponse.Builder,ListAttacksResponse>
public static ListAttacksResponse.Builder builder()
public static Class<? extends ListAttacksResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.