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