@Generated(value="software.amazon.awssdk:codegen") public final class ServiceSyncConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceSyncConfig.Builder,ServiceSyncConfig>
Detailed data of the service sync configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceSyncConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
branch()
The name of the code repository branch that holds the service code Proton will sync with.
|
static ServiceSyncConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filePath()
The file path to the service sync configuration file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the code repository that holds the service code Proton will sync with.
|
RepositoryProvider |
repositoryProvider()
The name of the repository provider that holds the repository Proton will sync with.
|
String |
repositoryProviderAsString()
The name of the repository provider that holds the repository Proton will sync with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceSyncConfig.Builder> |
serializableBuilderClass() |
String |
serviceName()
The name of the service that the service instance is added to.
|
ServiceSyncConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String branch()
The name of the code repository branch that holds the service code Proton will sync with.
public final String filePath()
The file path to the service sync configuration file.
public final String repositoryName()
The name of the code repository that holds the service code Proton will sync with.
public final RepositoryProvider repositoryProvider()
The name of the repository provider that holds the repository Proton will sync with.
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 name of the repository provider that holds the repository Proton will sync with.
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 serviceName()
The name of the service that the service instance is added to.
public ServiceSyncConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceSyncConfig.Builder,ServiceSyncConfig>public static ServiceSyncConfig.Builder builder()
public static Class<? extends ServiceSyncConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.