@Generated(value="software.amazon.awssdk:codegen") public final class ListAutomationRulesRequest extends SecurityHubRequest implements ToCopyableBuilder<ListAutomationRulesRequest.Builder,ListAutomationRulesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAutomationRulesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAutomationRulesRequest.Builder |
builder() |
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 rules to return in the response.
|
String |
nextToken()
A token to specify where to start paginating the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAutomationRulesRequest.Builder> |
serializableBuilderClass() |
ListAutomationRulesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
A token to specify where to start paginating the response. This is the NextToken from a previously
truncated response. On your first call to the ListAutomationRules API, set the value of this
parameter to NULL.
NextToken from a
previously truncated response. On your first call to the ListAutomationRules API, set the
value of this parameter to NULL.public final Integer maxResults()
The maximum number of rules to return in the response. This currently ranges from 1 to 100.
public ListAutomationRulesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAutomationRulesRequest.Builder,ListAutomationRulesRequest>toBuilder in class SecurityHubRequestpublic static ListAutomationRulesRequest.Builder builder()
public static Class<? extends ListAutomationRulesRequest.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.