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
ListRuleGroupsNamespacesoperation.
-
-
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()The maximum number of results to return.Stringname()Use this parameter to filter the rule groups namespaces that are returned.StringnextToken()The token for the next set of items to return.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 containing the rule groups namespaces.-
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
-
maxResults
public final Integer maxResults()
The maximum number of results to return. The default is 100.
- Returns:
- The maximum number of results to return. The default is 100.
-
name
public final String name()
Use this parameter to filter the rule groups namespaces that are returned. Only the namespaces with names that begin with the value that you specify are returned.
- Returns:
- Use this parameter to filter the rule groups namespaces that are returned. Only the namespaces with names that begin with the value that you specify are returned.
-
nextToken
public final String nextToken()
The token for the next set of items to return. You receive this token from a previous call, and use it to get the next page of results. The other parameters must be the same as the initial call.
For example, if your initial request has
maxResultsof 10, and there are 12 rule groups namespaces to return, then your initial request will return 10 and anextToken. Using the next token in a subsequent call will return the remaining 2 namespaces.- Returns:
- The token for the next set of items to return. You receive this token from a previous call, and use it to
get the next page of results. The other parameters must be the same as the initial call.
For example, if your initial request has
maxResultsof 10, and there are 12 rule groups namespaces to return, then your initial request will return 10 and anextToken. Using the next token in a subsequent call will return the remaining 2 namespaces.
-
workspaceId
public final String workspaceId()
The ID of the workspace containing the rule groups namespaces.
- Returns:
- The ID of the workspace containing the rule groups namespaces.
-
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
-
-