@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAuditSuppressionResponse extends IotResponse implements ToCopyableBuilder<DescribeAuditSuppressionResponse.Builder,DescribeAuditSuppressionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAuditSuppressionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAuditSuppressionResponse.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 epoch timestamp in seconds at which this suppression expires.
|
<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 DescribeAuditSuppressionResponse.Builder> |
serializableBuilderClass() |
Boolean |
suppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
|
DescribeAuditSuppressionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checkName()
public final ResourceIdentifier resourceIdentifier()
public final Instant expirationDate()
The epoch timestamp in seconds at which this suppression expires.
public final Boolean suppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
public final String description()
The description of the audit suppression.
public DescribeAuditSuppressionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAuditSuppressionResponse.Builder,DescribeAuditSuppressionResponse>toBuilder in class AwsResponsepublic static DescribeAuditSuppressionResponse.Builder builder()
public static Class<? extends DescribeAuditSuppressionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.