Class ListRuleGroupsNamespacesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.amp.model.AmpRequest
-
- software.amazon.awssdk.services.amp.model.ListRuleGroupsNamespacesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,ListRuleGroupsNamespacesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListRuleGroupsNamespacesRequest extends AmpRequest implements ToCopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,ListRuleGroupsNamespacesRequest>
Represents the input of a ListRuleGroupsNamespaces operation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListRuleGroupsNamespacesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRuleGroupsNamespacesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()Maximum results to return in response (default=100, maximum=1000).Stringname()Optional filter for rule groups namespace name.StringnextToken()Pagination token to request the next page in a paginated list.List<SdkField<?>>sdkFields()static Class<? extends ListRuleGroupsNamespacesRequest.Builder>serializableBuilderClass()ListRuleGroupsNamespacesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkspaceId()The ID of the workspace.-
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
-
workspaceId
public final String workspaceId()
The ID of the workspace.
- Returns:
- The ID of the workspace.
-
name
public final String name()
Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.
- Returns:
- Optional filter for rule groups namespace name. Only the rule groups namespace that begin with this value will be returned.
-
nextToken
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.
- Returns:
- Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListRuleGroupsNamespaces request.
-
maxResults
public final Integer maxResults()
Maximum results to return in response (default=100, maximum=1000).
- Returns:
- Maximum results to return in response (default=100, maximum=1000).
-
toBuilder
public ListRuleGroupsNamespacesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListRuleGroupsNamespacesRequest.Builder,ListRuleGroupsNamespacesRequest>- Specified by:
toBuilderin classAmpRequest
-
builder
public static ListRuleGroupsNamespacesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListRuleGroupsNamespacesRequest.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
-
-