@Generated(value="software.amazon.awssdk:codegen") public final class ListRulesetsRequest extends DataBrewRequest implements ToCopyableBuilder<ListRulesetsRequest.Builder,ListRulesetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRulesetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRulesetsRequest.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 results to return in this request.
|
String |
nextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRulesetsRequest.Builder> |
serializableBuilderClass() |
String |
targetArn()
The Amazon Resource Name (ARN) of a resource (dataset).
|
ListRulesetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String targetArn()
The Amazon Resource Name (ARN) of a resource (dataset). Using this parameter indicates to return only those rulesets that are associated with the specified resource.
public final Integer maxResults()
The maximum number of results to return in this request.
public final String nextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
public ListRulesetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRulesetsRequest.Builder,ListRulesetsRequest>toBuilder in class DataBrewRequestpublic static ListRulesetsRequest.Builder builder()
public static Class<? extends ListRulesetsRequest.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.