@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()
Pagination token to use when requesting the next page in this list.
|
List<RuleGroupsNamespaceSummary> |
getRuleGroupsNamespaces()
The list of the selected rule groups namespaces.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
|
void |
setRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
|
String |
toString()
Returns a string representation of this object.
|
ListRuleGroupsNamespacesResult |
withNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
|
ListRuleGroupsNamespacesResult |
withRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
|
ListRuleGroupsNamespacesResult |
withRuleGroupsNamespaces(RuleGroupsNamespaceSummary... ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RuleGroupsNamespaceSummary> getRuleGroupsNamespaces()
The list of the selected rule groups namespaces.
public void setRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
ruleGroupsNamespaces
- The list of the selected rule groups namespaces.public ListRuleGroupsNamespacesResult withRuleGroupsNamespaces(RuleGroupsNamespaceSummary... ruleGroupsNamespaces)
The list of the selected 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 list of the selected rule groups namespaces.public ListRuleGroupsNamespacesResult withRuleGroupsNamespaces(Collection<RuleGroupsNamespaceSummary> ruleGroupsNamespaces)
The list of the selected rule groups namespaces.
ruleGroupsNamespaces
- The list of the selected rule groups namespaces.public void setNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
nextToken
- Pagination token to use when requesting the next page in this list.public String getNextToken()
Pagination token to use when requesting the next page in this list.
public ListRuleGroupsNamespacesResult withNextToken(String nextToken)
Pagination token to use when requesting the next page in this list.
nextToken
- Pagination token to use when requesting the next page in this list.public String toString()
toString
in class Object
Object.toString()
public ListRuleGroupsNamespacesResult clone()