public class ListRulesPackagesResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListRulesPackagesResult() |
Modifier and Type | Method and Description |
---|---|
ListRulesPackagesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
List<String> |
getRulesPackageArnList()
The list of ARNs specifying the rules packages returned by the action.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
void |
setRulesPackageArnList(Collection<String> rulesPackageArnList)
The list of ARNs specifying the rules packages returned by the action.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListRulesPackagesResult |
withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this
parameter is present in the response and contains the value to use for
the nextToken parameter in a subsequent pagination request.
|
ListRulesPackagesResult |
withRulesPackageArnList(Collection<String> rulesPackageArnList)
The list of ARNs specifying the rules packages returned by the action.
|
ListRulesPackagesResult |
withRulesPackageArnList(String... rulesPackageArnList)
The list of ARNs specifying the rules packages returned by the action.
|
public List<String> getRulesPackageArnList()
The list of ARNs specifying the rules packages returned by the action.
public void setRulesPackageArnList(Collection<String> rulesPackageArnList)
The list of ARNs specifying the rules packages returned by the action.
rulesPackageArnList
- The list of ARNs specifying the rules packages returned by the
action.public ListRulesPackagesResult withRulesPackageArnList(String... rulesPackageArnList)
The list of ARNs specifying the rules packages returned by the action.
NOTE: This method appends the values to the existing list (if
any). Use setRulesPackageArnList(java.util.Collection)
or
withRulesPackageArnList(java.util.Collection)
if you want to
override the existing values.
rulesPackageArnList
- The list of ARNs specifying the rules packages returned by the
action.public ListRulesPackagesResult withRulesPackageArnList(Collection<String> rulesPackageArnList)
The list of ARNs specifying the rules packages returned by the action.
rulesPackageArnList
- The list of ARNs specifying the rules packages returned by the
action.public void setNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String getNextToken()
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
public ListRulesPackagesResult withNextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to 'null'.
nextToken
- When a response is generated, if there is more data to be listed,
this parameter is present in the response and contains the value
to use for the nextToken parameter in a subsequent
pagination request. If there is no more data to be listed, this
parameter is set to 'null'.public String toString()
toString
in class Object
Object.toString()
public ListRulesPackagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.