StructuredPojo
, ToCopyableBuilder<AttackSummary.Builder,AttackSummary>
@Generated("software.amazon.awssdk:codegen") public class AttackSummary extends Object implements StructuredPojo, ToCopyableBuilder<AttackSummary.Builder,AttackSummary>
Summarizes all DDoS attacks for a specified time period.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AttackSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attackId() |
The unique identifier (ID) of the attack.
|
List<AttackVectorDescription> |
attackVectors() |
The list of attacks for a specified time period.
|
static AttackSummary.Builder |
builder() |
|
Date |
endTime() |
The end time of the attack, in the format 2016-12-16T13:50Z.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
resourceArn() |
The ARN (Amazon Resource Name) of the resource that was attacked.
|
static Class<? extends AttackSummary.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The start time of the attack, in the format 2016-12-16T13:50Z.
|
AttackSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String attackId()
The unique identifier (ID) of the attack.
public String resourceArn()
The ARN (Amazon Resource Name) of the resource that was attacked.
public Date startTime()
The start time of the attack, in the format 2016-12-16T13:50Z.
public Date endTime()
The end time of the attack, in the format 2016-12-16T13:50Z.
public List<AttackVectorDescription> attackVectors()
The list of attacks for a specified time period.
public AttackSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttackSummary.Builder,AttackSummary>
public static AttackSummary.Builder builder()
public static Class<? extends AttackSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.