@Generated(value="software.amazon.awssdk:codegen") public final class ListApiDestinationsRequest extends EventBridgeRequest implements ToCopyableBuilder<ListApiDestinationsRequest.Builder,ListApiDestinationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApiDestinationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListApiDestinationsRequest.Builder |
builder() |
String |
connectionArn()
The ARN of the connection specified for the API destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of API destinations to include in the response.
|
String |
namePrefix()
A name prefix to filter results returned.
|
String |
nextToken()
The token returned by a previous call to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListApiDestinationsRequest.Builder> |
serializableBuilderClass() |
ListApiDestinationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namePrefix()
A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.
public final String connectionArn()
The ARN of the connection specified for the API destination.
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 API destinations to include in the response.
public ListApiDestinationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListApiDestinationsRequest.Builder,ListApiDestinationsRequest>toBuilder in class EventBridgeRequestpublic static ListApiDestinationsRequest.Builder builder()
public static Class<? extends ListApiDestinationsRequest.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.