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