@Generated(value="software.amazon.awssdk:codegen") public final class ListRepositorySyncDefinitionsRequest extends ProtonRequest implements ToCopyableBuilder<ListRepositorySyncDefinitionsRequest.Builder,ListRepositorySyncDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRepositorySyncDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRepositorySyncDefinitionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A token that indicates the location of the next repository sync definition in the array of repository sync
definitions, after the list of repository sync definitions previously requested.
|
String |
repositoryName()
The repository name.
|
RepositoryProvider |
repositoryProvider()
The repository provider.
|
String |
repositoryProviderAsString()
The repository provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRepositorySyncDefinitionsRequest.Builder> |
serializableBuilderClass() |
SyncType |
syncType()
The sync type.
|
String |
syncTypeAsString()
The sync type.
|
ListRepositorySyncDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
public final String repositoryName()
The repository name.
public final RepositoryProvider repositoryProvider()
The repository provider.
If the service returns an enum value that is not available in the current SDK version,
repositoryProvider will return RepositoryProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from repositoryProviderAsString().
RepositoryProviderpublic final String repositoryProviderAsString()
The repository provider.
If the service returns an enum value that is not available in the current SDK version,
repositoryProvider will return RepositoryProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from repositoryProviderAsString().
RepositoryProviderpublic final SyncType syncType()
The sync type. The only supported value is TEMPLATE_SYNC.
If the service returns an enum value that is not available in the current SDK version, syncType will
return SyncType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
syncTypeAsString().
TEMPLATE_SYNC.SyncTypepublic final String syncTypeAsString()
The sync type. The only supported value is TEMPLATE_SYNC.
If the service returns an enum value that is not available in the current SDK version, syncType will
return SyncType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
syncTypeAsString().
TEMPLATE_SYNC.SyncTypepublic ListRepositorySyncDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRepositorySyncDefinitionsRequest.Builder,ListRepositorySyncDefinitionsRequest>toBuilder in class ProtonRequestpublic static ListRepositorySyncDefinitionsRequest.Builder builder()
public static Class<? extends ListRepositorySyncDefinitionsRequest.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.