Class ListAuditSuppressionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iot.model.IotRequest
-
- software.amazon.awssdk.services.iot.model.ListAuditSuppressionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListAuditSuppressionsRequest.Builder,ListAuditSuppressionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListAuditSuppressionsRequest extends IotRequest implements ToCopyableBuilder<ListAuditSuppressionsRequest.Builder,ListAuditSuppressionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListAuditSuppressionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanascendingOrder()Determines whether suppressions are listed in ascending order by expiration date or not.static ListAuditSuppressionsRequest.Builderbuilder()StringcheckName()Returns the value of the CheckName property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return at one time.StringnextToken()The token for the next set of results.ResourceIdentifierresourceIdentifier()Returns the value of the ResourceIdentifier property for this object.List<SdkField<?>>sdkFields()static Class<? extends ListAuditSuppressionsRequest.Builder>serializableBuilderClass()ListAuditSuppressionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
checkName
public final String checkName()
Returns the value of the CheckName property for this object.- Returns:
- The value of the CheckName property for this object.
-
resourceIdentifier
public final ResourceIdentifier resourceIdentifier()
Returns the value of the ResourceIdentifier property for this object.- Returns:
- The value of the ResourceIdentifier property for this object.
-
ascendingOrder
public final Boolean ascendingOrder()
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't provided,
ascendingOrder=true.- Returns:
- Determines whether suppressions are listed in ascending order by expiration date or not. If parameter
isn't provided,
ascendingOrder=true.
-
nextToken
public final String nextToken()
The token for the next set of results.
- Returns:
- The token for the next set of results.
-
maxResults
public final Integer maxResults()
The maximum number of results to return at one time. The default is 25.
- Returns:
- The maximum number of results to return at one time. The default is 25.
-
toBuilder
public ListAuditSuppressionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListAuditSuppressionsRequest.Builder,ListAuditSuppressionsRequest>- Specified by:
toBuilderin classIotRequest
-
builder
public static ListAuditSuppressionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListAuditSuppressionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-