@Generated(value="software.amazon.awssdk:codegen") public final class AttackVolume extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttackVolume.Builder,AttackVolume>
Information about the volume of attacks during the time period, included in an AttackStatisticsDataItem. If
the accompanying AttackCount in the statistics object is zero, this setting might be empty.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttackVolume.Builder |
| Modifier and Type | Method and Description |
|---|---|
AttackVolumeStatistics |
bitsPerSecond()
A statistics object that uses bits per second as the unit.
|
static AttackVolume.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AttackVolumeStatistics |
packetsPerSecond()
A statistics object that uses packets per second as the unit.
|
AttackVolumeStatistics |
requestsPerSecond()
A statistics object that uses requests per second as the unit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttackVolume.Builder> |
serializableBuilderClass() |
AttackVolume.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AttackVolumeStatistics bitsPerSecond()
A statistics object that uses bits per second as the unit. This is included for network level attacks.
public final AttackVolumeStatistics packetsPerSecond()
A statistics object that uses packets per second as the unit. This is included for network level attacks.
public final AttackVolumeStatistics requestsPerSecond()
A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.
public AttackVolume.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttackVolume.Builder,AttackVolume>public static AttackVolume.Builder builder()
public static Class<? extends AttackVolume.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.