Class ListConnectionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsRequest
-
- software.amazon.awssdk.services.codestarconnections.model.ListConnectionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListConnectionsRequest extends CodeStarConnectionsRequest implements ToCopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListConnectionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListConnectionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostArnFilter()Filters the list of connections to those associated with a specified host.IntegermaxResults()The maximum number of results to return in a single call.StringnextToken()The token that was returned from the previousListConnectionscall, which can be used to return the next set of connections in the list.ProviderTypeproviderTypeFilter()Filters the list of connections to those associated with a specified provider, such as Bitbucket.StringproviderTypeFilterAsString()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
providerTypeFilter
public 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,
providerTypeFilterwill returnProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderTypeFilterAsString().- Returns:
- Filters the list of connections to those associated with a specified provider, such as Bitbucket.
- See Also:
ProviderType
-
providerTypeFilterAsString
public 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,
providerTypeFilterwill returnProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproviderTypeFilterAsString().- Returns:
- Filters the list of connections to those associated with a specified provider, such as Bitbucket.
- See Also:
ProviderType
-
hostArnFilter
public final String hostArnFilter()
Filters the list of connections to those associated with a specified host.
- Returns:
- Filters the list of connections to those associated with a specified host.
-
maxResults
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
nextTokenvalue.- Returns:
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned
nextTokenvalue.
-
nextToken
public final String nextToken()
The token that was returned from the previous
ListConnectionscall, which can be used to return the next set of connections in the list.- Returns:
- The token that was returned from the previous
ListConnectionscall, which can be used to return the next set of connections in the list.
-
toBuilder
public ListConnectionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>- Specified by:
toBuilderin classCodeStarConnectionsRequest
-
builder
public static ListConnectionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListConnectionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-