@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRulesPackagesResult extends AmazonWebServiceResult<ResponseMetadata> 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> |
getRulesPackageArns()
The list of ARNs that specifies 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 |
setRulesPackageArns(Collection<String> rulesPackageArns)
The list of ARNs that specifies 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 |
withRulesPackageArns(Collection<String> rulesPackageArns)
The list of ARNs that specifies the rules packages returned by the action.
|
ListRulesPackagesResult |
withRulesPackageArns(String... rulesPackageArns)
The list of ARNs that specifies the rules packages returned by the action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getRulesPackageArns()
The list of ARNs that specifies the rules packages returned by the action.
public void setRulesPackageArns(Collection<String> rulesPackageArns)
The list of ARNs that specifies the rules packages returned by the action.
rulesPackageArns
- The list of ARNs that specifies the rules packages returned by the action.public ListRulesPackagesResult withRulesPackageArns(String... rulesPackageArns)
The list of ARNs that specifies the rules packages returned by the action.
NOTE: This method appends the values to the existing list (if any). Use
setRulesPackageArns(java.util.Collection)
or withRulesPackageArns(java.util.Collection)
if you
want to override the existing values.
rulesPackageArns
- The list of ARNs that specifies the rules packages returned by the action.public ListRulesPackagesResult withRulesPackageArns(Collection<String> rulesPackageArns)
The list of ARNs that specifies the rules packages returned by the action.
rulesPackageArns
- The list of ARNs that specifies 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.