@Generated(value="software.amazon.awssdk:codegen") public final class ListRulesRequest extends CloudWatchEventsRequest implements ToCopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRulesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRulesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventBusName()
The name or ARN of the event bus to list the rules for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
namePrefix()
The prefix matching the rule name.
|
String |
nextToken()
The token returned by a previous call to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRulesRequest.Builder> |
serializableBuilderClass() |
ListRulesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String namePrefix()
The prefix matching the rule name.
public String eventBusName()
The name or ARN of the event bus to list the rules for. If you omit this, the default event bus is used.
public String nextToken()
The token returned by a previous call to retrieve the next set of results.
public Integer limit()
The maximum number of results to return.
public ListRulesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRulesRequest.Builder,ListRulesRequest>toBuilder in class CloudWatchEventsRequestpublic static ListRulesRequest.Builder builder()
public static Class<? extends ListRulesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.