Class AttackVolume
- java.lang.Object
-
- software.amazon.awssdk.services.shield.model.AttackVolume
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttackVolume.Builder,AttackVolume>
@Generated("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
AttackCountin the statistics object is zero, this setting might be empty.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttackVolume.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttackVolumeStatisticsbitsPerSecond()A statistics object that uses bits per second as the unit.static AttackVolume.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AttackVolumeStatisticspacketsPerSecond()A statistics object that uses packets per second as the unit.AttackVolumeStatisticsrequestsPerSecond()A statistics object that uses requests per second as the unit.List<SdkField<?>>sdkFields()static Class<? extends AttackVolume.Builder>serializableBuilderClass()AttackVolume.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bitsPerSecond
public final AttackVolumeStatistics bitsPerSecond()
A statistics object that uses bits per second as the unit. This is included for network level attacks.
- Returns:
- A statistics object that uses bits per second as the unit. This is included for network level attacks.
-
packetsPerSecond
public final AttackVolumeStatistics packetsPerSecond()
A statistics object that uses packets per second as the unit. This is included for network level attacks.
- Returns:
- A statistics object that uses packets per second as the unit. This is included for network level attacks.
-
requestsPerSecond
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.
- Returns:
- 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.
-
toBuilder
public AttackVolume.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttackVolume.Builder,AttackVolume>
-
builder
public static AttackVolume.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttackVolume.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-