@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 |
getListenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A pagination token for the next page of results.
|
String |
getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
|
int |
hashCode() |
void |
setListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A pagination token for the next page of results.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
String |
toString()
Returns a string representation of this object.
|
ListRulesRequest |
withListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
ListRulesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListRulesRequest |
withNextToken(String nextToken)
A pagination token for the next page of results.
|
ListRulesRequest |
withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
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 setListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
listenerIdentifier - The ID or Amazon Resource Name (ARN) of the listener.public String getListenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
public ListRulesRequest withListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
listenerIdentifier - The ID or Amazon Resource Name (ARN) of the listener.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListRulesRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public void setNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public String getNextToken()
A pagination token for the next page of results.
public ListRulesRequest withNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public void setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.public String getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
public ListRulesRequest withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.public String toString()
toString in class ObjectObject.toString()public ListRulesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.