@Generated(value="software.amazon.awssdk:codegen") public final class AuditSuppression extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuditSuppression.Builder,AuditSuppression>
Filters out specific findings of a Device Defender audit.
Modifier and Type | Class and Description |
---|---|
static interface |
AuditSuppression.Builder |
Modifier and Type | Method and Description |
---|---|
static AuditSuppression.Builder |
builder() |
String |
checkName()
Returns the value of the CheckName property for this object.
|
String |
description()
The description of the audit suppression.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationDate()
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceIdentifier |
resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuditSuppression.Builder> |
serializableBuilderClass() |
Boolean |
suppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
|
AuditSuppression.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String checkName()
public final ResourceIdentifier resourceIdentifier()
public final Instant expirationDate()
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
public final Boolean suppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
public final String description()
The description of the audit suppression.
public AuditSuppression.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AuditSuppression.Builder,AuditSuppression>
public static AuditSuppression.Builder builder()
public static Class<? extends AuditSuppression.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.