@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 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 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 String hostArnFilter()
Filters the list of connections to those associated with a specified host.
public 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 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 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.