@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 String checkName()
public ResourceIdentifier resourceIdentifier()
public 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 String nextToken()
The token for the next set of results.
public 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 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.