@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRuleGroupsNamespacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a ListRuleGroupsNamespaces
operation.
Constructor and Description |
---|
ListRuleGroupsNamespacesResult() |
Modifier and Type | Method and Description |
---|---|
ListRuleGroupsNamespacesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token indicating that there are more results to retrieve.
|
List<RuleGroupsNamespaceSummary> |
getRuleGroupsNamespaces()
The returned list of rule groups namespaces.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token indicating that there are more results to retrieve.
|
void |
setRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The returned list of rule groups namespaces.
|
String |
toString()
Returns a string representation of this object.
|
ListRuleGroupsNamespacesResult |
withNextToken(String nextToken)
A token indicating that there are more results to retrieve.
|
ListRuleGroupsNamespacesResult |
withRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The returned list of rule groups namespaces.
|
ListRuleGroupsNamespacesResult |
withRuleGroupsNamespaces(RuleGroupsNamespaceSummary... ruleGroupsNamespaces)
The returned list of rule groups namespaces.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListRuleGroupsNamespaces
request to retrieve those results.
nextToken
- A token indicating that there are more results to retrieve. You can use this token as part of your next
ListRuleGroupsNamespaces
request to retrieve those results.public String getNextToken()
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListRuleGroupsNamespaces
request to retrieve those results.
ListRuleGroupsNamespaces
request to retrieve those results.public ListRuleGroupsNamespacesResult withNextToken(String nextToken)
A token indicating that there are more results to retrieve. You can use this token as part of your next
ListRuleGroupsNamespaces
request to retrieve those results.
nextToken
- A token indicating that there are more results to retrieve. You can use this token as part of your next
ListRuleGroupsNamespaces
request to retrieve those results.public List<RuleGroupsNamespaceSummary> getRuleGroupsNamespaces()
The returned list of rule groups namespaces.
public void setRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The returned list of rule groups namespaces.
ruleGroupsNamespaces
- The returned list of rule groups namespaces.public ListRuleGroupsNamespacesResult withRuleGroupsNamespaces(RuleGroupsNamespaceSummary... ruleGroupsNamespaces)
The returned list of rule groups namespaces.
NOTE: This method appends the values to the existing list (if any). Use
setRuleGroupsNamespaces(java.util.Collection)
or withRuleGroupsNamespaces(java.util.Collection)
if you want to override the existing values.
ruleGroupsNamespaces
- The returned list of rule groups namespaces.public ListRuleGroupsNamespacesResult withRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The returned list of rule groups namespaces.
ruleGroupsNamespaces
- The returned list of rule groups namespaces.public String toString()
toString
in class Object
Object.toString()
public ListRuleGroupsNamespacesResult clone()