@Generated(value="software.amazon.awssdk:codegen") public final class AttackStatisticsDataItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttackStatisticsDataItem.Builder,AttackStatisticsDataItem>
A single attack statistics data record. This is returned by DescribeAttackStatistics along with a time range indicating the time period that the attack statistics apply to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttackStatisticsDataItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
attackCount()
The number of attacks detected during the time period.
|
AttackVolume |
attackVolume()
Information about the volume of attacks during the time period.
|
static AttackStatisticsDataItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttackStatisticsDataItem.Builder> |
serializableBuilderClass() |
AttackStatisticsDataItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AttackVolume attackVolume()
Information about the volume of attacks during the time period. If the accompanying AttackCount is
zero, this setting might be empty.
AttackCount is zero, this setting might be empty.public final Long attackCount()
The number of attacks detected during the time period. This is always present, but might be zero.
public AttackStatisticsDataItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttackStatisticsDataItem.Builder,AttackStatisticsDataItem>public static AttackStatisticsDataItem.Builder builder()
public static Class<? extends AttackStatisticsDataItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.