@Generated(value="software.amazon.awssdk:codegen") public final class ListConnectionsRequest extends EventBridgeRequest implements ToCopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListConnectionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListConnectionsRequest.Builder |
builder() |
ConnectionState |
connectionState()
The state of the connection.
|
String |
connectionStateAsString()
The state of the connection.
|
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 connections to return.
|
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 ListConnectionsRequest.Builder> |
serializableBuilderClass() |
ListConnectionsRequest.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 connections with a name that starts with the prefix are returned.
public final ConnectionState connectionState()
The state of the connection.
If the service returns an enum value that is not available in the current SDK version, connectionState
will return ConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionStateAsString().
ConnectionStatepublic final String connectionStateAsString()
The state of the connection.
If the service returns an enum value that is not available in the current SDK version, connectionState
will return ConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionStateAsString().
ConnectionStatepublic 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 connections to return.
public ListConnectionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>toBuilder in class EventBridgeRequestpublic static ListConnectionsRequest.Builder builder()
public static Class<? extends ListConnectionsRequest.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.