@Generated(value="software.amazon.awssdk:codegen") public final class TemplateSyncConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSyncConfig.Builder,TemplateSyncConfig>
The detail data for a template sync configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateSyncConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
branch()
The repository branch.
|
static TemplateSyncConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The repository name (for example,
myrepos/myrepo). |
RepositoryProvider |
repositoryProvider()
The repository provider.
|
String |
repositoryProviderAsString()
The repository provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateSyncConfig.Builder> |
serializableBuilderClass() |
String |
subdirectory()
A subdirectory path to your template bundle version.
|
String |
templateName()
The template name.
|
TemplateType |
templateType()
The template type.
|
String |
templateTypeAsString()
The template type.
|
TemplateSyncConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String branch()
The repository branch.
public final String repositoryName()
The repository name (for example, myrepos/myrepo).
myrepos/myrepo).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 String subdirectory()
A subdirectory path to your template bundle version.
public final String templateName()
The template name.
public final TemplateType templateType()
The template type.
If the service returns an enum value that is not available in the current SDK version, templateType will
return TemplateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
templateTypeAsString().
TemplateTypepublic final String templateTypeAsString()
The template type.
If the service returns an enum value that is not available in the current SDK version, templateType will
return TemplateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
templateTypeAsString().
TemplateTypepublic TemplateSyncConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateSyncConfig.Builder,TemplateSyncConfig>public static TemplateSyncConfig.Builder builder()
public static Class<? extends TemplateSyncConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.