@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleGroupsNamespacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListRuleGroupsNamespaces
operation.
NOOP
Constructor and Description |
---|
ListRuleGroupsNamespacesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRuleGroupsNamespacesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getName()
Use this parameter to filter the rule groups namespaces that are returned.
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getWorkspaceId()
The ID of the workspace containing the rule groups namespaces.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setName(String name)
Use this parameter to filter the rule groups namespaces that are returned.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespaces.
|
String |
toString()
Returns a string representation of this object.
|
ListRuleGroupsNamespacesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListRuleGroupsNamespacesRequest |
withName(String name)
Use this parameter to filter the rule groups namespaces that are returned.
|
ListRuleGroupsNamespacesRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
ListRuleGroupsNamespacesRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespaces.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of results to return. The default is 100.
maxResults
- The maximum number of results to return. The default is 100.public Integer getMaxResults()
The maximum number of results to return. The default is 100.
public ListRuleGroupsNamespacesRequest withMaxResults(Integer maxResults)
The maximum number of results to return. The default is 100.
maxResults
- The maximum number of results to return. The default is 100.public void setName(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.
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.public String getName()
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.
public ListRuleGroupsNamespacesRequest withName(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.
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.public void setNextToken(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 maxResults
of 10, and there are 12 rule groups namespaces
to return, then your initial request will return 10 and a nextToken
. Using the next token in a
subsequent call will return the remaining 2 namespaces.
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 maxResults
of 10, and there are 12 rule groups
namespaces to return, then your initial request will return 10 and a nextToken
. Using the
next token in a subsequent call will return the remaining 2 namespaces.
public String getNextToken()
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 maxResults
of 10, and there are 12 rule groups namespaces
to return, then your initial request will return 10 and a nextToken
. Using the next token in a
subsequent call will return the remaining 2 namespaces.
For example, if your initial request has maxResults
of 10, and there are 12 rule groups
namespaces to return, then your initial request will return 10 and a nextToken
. Using the
next token in a subsequent call will return the remaining 2 namespaces.
public ListRuleGroupsNamespacesRequest withNextToken(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 maxResults
of 10, and there are 12 rule groups namespaces
to return, then your initial request will return 10 and a nextToken
. Using the next token in a
subsequent call will return the remaining 2 namespaces.
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 maxResults
of 10, and there are 12 rule groups
namespaces to return, then your initial request will return 10 and a nextToken
. Using the
next token in a subsequent call will return the remaining 2 namespaces.
public void setWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespaces.
workspaceId
- The ID of the workspace containing the rule groups namespaces.public String getWorkspaceId()
The ID of the workspace containing the rule groups namespaces.
public ListRuleGroupsNamespacesRequest withWorkspaceId(String workspaceId)
The ID of the workspace containing the rule groups namespaces.
workspaceId
- The ID of the workspace containing the rule groups namespaces.public String toString()
toString
in class Object
Object.toString()
public ListRuleGroupsNamespacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()