@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRulesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRulesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEventBusName()
Limits the results to show only the rules associated with the specified event bus.
|
Integer |
getLimit()
The maximum number of results to return.
|
String |
getNamePrefix()
The prefix matching the rule name.
|
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
int |
hashCode() |
void |
setEventBusName(String eventBusName)
Limits the results to show only the rules associated with the specified event bus.
|
void |
setLimit(Integer limit)
The maximum number of results to return.
|
void |
setNamePrefix(String namePrefix)
The prefix matching the rule name.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListRulesRequest |
withEventBusName(String eventBusName)
Limits the results to show only the rules associated with the specified event bus.
|
ListRulesRequest |
withLimit(Integer limit)
The maximum number of results to return.
|
ListRulesRequest |
withNamePrefix(String namePrefix)
The prefix matching the rule name.
|
ListRulesRequest |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNamePrefix(String namePrefix)
The prefix matching the rule name.
namePrefix - The prefix matching the rule name.public String getNamePrefix()
The prefix matching the rule name.
public ListRulesRequest withNamePrefix(String namePrefix)
The prefix matching the rule name.
namePrefix - The prefix matching the rule name.public void setEventBusName(String eventBusName)
Limits the results to show only the rules associated with the specified event bus.
eventBusName - Limits the results to show only the rules associated with the specified event bus.public String getEventBusName()
Limits the results to show only the rules associated with the specified event bus.
public ListRulesRequest withEventBusName(String eventBusName)
Limits the results to show only the rules associated with the specified event bus.
eventBusName - Limits the results to show only the rules associated with the specified event bus.public void setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public String getNextToken()
The token returned by a previous call to retrieve the next set of results.
public ListRulesRequest withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public void setLimit(Integer limit)
The maximum number of results to return.
limit - The maximum number of results to return.public Integer getLimit()
The maximum number of results to return.
public ListRulesRequest withLimit(Integer limit)
The maximum number of results to return.
limit - The maximum number of results to return.public String toString()
toString in class ObjectObject.toString()public ListRulesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.