public class ListAttachedRulesPackagesResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListAttachedRulesPackagesResult() |
Modifier and Type | Method and Description |
---|---|
ListAttachedRulesPackagesResult |
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()
A 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)
A 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.
|
ListAttachedRulesPackagesResult |
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.
|
ListAttachedRulesPackagesResult |
withRulesPackageArnList(Collection<String> rulesPackageArnList)
A list of ARNs specifying the rules packages returned by the action.
|
ListAttachedRulesPackagesResult |
withRulesPackageArnList(String... rulesPackageArnList)
A list of ARNs specifying the rules packages returned by the action.
|
public List<String> getRulesPackageArnList()
A list of ARNs specifying the rules packages returned by the action.
public void setRulesPackageArnList(Collection<String> rulesPackageArnList)
A list of ARNs specifying the rules packages returned by the action.
rulesPackageArnList
- A list of ARNs specifying the rules packages returned by the
action.public ListAttachedRulesPackagesResult withRulesPackageArnList(String... rulesPackageArnList)
A 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
- A list of ARNs specifying the rules packages returned by the
action.public ListAttachedRulesPackagesResult withRulesPackageArnList(Collection<String> rulesPackageArnList)
A list of ARNs specifying the rules packages returned by the action.
rulesPackageArnList
- A 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 ListAttachedRulesPackagesResult 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 ListAttachedRulesPackagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.