@Generated(value="software.amazon.awssdk:codegen") public final class ListRuleGroupsNamespacesRequest extends AmpRequest implements ToCopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,ListRuleGroupsNamespacesRequest>
Represents the input of a ListRuleGroupsNamespaces operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRuleGroupsNamespacesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRuleGroupsNamespacesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum results to return in response (default=100, maximum=1000).
|
String |
name()
Optional filter for rule groups namespace name.
|
String |
nextToken()
Pagination token to request the next page in a paginated list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRuleGroupsNamespacesRequest.Builder> |
serializableBuilderClass() |
ListRuleGroupsNamespacesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
Maximum results to return in response (default=100, maximum=1000).
public final String name()
Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.
public final String nextToken()
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.
public final String workspaceId()
The ID of the workspace.
public ListRuleGroupsNamespacesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,ListRuleGroupsNamespacesRequest>toBuilder in class AmpRequestpublic static ListRuleGroupsNamespacesRequest.Builder builder()
public static Class<? extends ListRuleGroupsNamespacesRequest.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 © 2022. All rights reserved.