@Generated(value="software.amazon.awssdk:codegen") public final class ListAuditSuppressionsRequest extends IotRequest implements ToCopyableBuilder<ListAuditSuppressionsRequest.Builder,ListAuditSuppressionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAuditSuppressionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ascendingOrder()
Determines whether suppressions are listed in ascending order by expiration date or not.
|
static ListAuditSuppressionsRequest.Builder |
builder() |
String |
checkName()
Returns the value of the CheckName property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return at one time.
|
String |
nextToken()
The token for the next set of results.
|
ResourceIdentifier |
resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAuditSuppressionsRequest.Builder> |
serializableBuilderClass() |
ListAuditSuppressionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checkName()
public final ResourceIdentifier resourceIdentifier()
public final Boolean ascendingOrder()
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't
provided, ascendingOrder=true.
ascendingOrder=true.public final String nextToken()
The token for the next set of results.
public final Integer maxResults()
The maximum number of results to return at one time. The default is 25.
public ListAuditSuppressionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAuditSuppressionsRequest.Builder,ListAuditSuppressionsRequest>toBuilder in class IotRequestpublic static ListAuditSuppressionsRequest.Builder builder()
public static Class<? extends ListAuditSuppressionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.