@Generated(value="software.amazon.awssdk:codegen") public final class ListConnectionsRequest extends CodeStarConnectionsRequest 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() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostArnFilter()
Filters the list of connections to those associated with a specified host.
|
Integer |
maxResults()
The maximum number of results to return in a single call.
|
String |
nextToken()
The token that was returned from the previous
ListConnections call, which can be used to return the
next set of connections in the list. |
ProviderType |
providerTypeFilter()
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
String |
providerTypeFilterAsString()
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
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 ProviderType providerTypeFilter()
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
If the service returns an enum value that is not available in the current SDK version,
providerTypeFilter will return ProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from providerTypeFilterAsString().
ProviderTypepublic final String providerTypeFilterAsString()
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
If the service returns an enum value that is not available in the current SDK version,
providerTypeFilter will return ProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from providerTypeFilterAsString().
ProviderTypepublic final String hostArnFilter()
Filters the list of connections to those associated with a specified host.
public final Integer maxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned nextToken value.
nextToken value.public final String nextToken()
The token that was returned from the previous ListConnections call, which can be used to return the
next set of connections in the list.
ListConnections call, which can be used to
return the next set of connections in the list.public ListConnectionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>toBuilder in class CodeStarConnectionsRequestpublic 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 © 2022. All rights reserved.