@Generated(value="software.amazon.awssdk:codegen") public final class CreateTemplateSyncConfigRequest extends ProtonRequest implements ToCopyableBuilder<CreateTemplateSyncConfigRequest.Builder,CreateTemplateSyncConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateTemplateSyncConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
branch()
The repository branch for your template.
|
static CreateTemplateSyncConfigRequest.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 provider type for your repository.
|
String |
repositoryProviderAsString()
The provider type for your repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateTemplateSyncConfigRequest.Builder> |
serializableBuilderClass() |
String |
subdirectory()
A repository subdirectory path to your template bundle directory.
|
String |
templateName()
The name of your registered template.
|
TemplateType |
templateType()
The type of the registered template.
|
String |
templateTypeAsString()
The type of the registered template.
|
CreateTemplateSyncConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String branch()
The repository branch for your template.
public final String repositoryName()
The repository name (for example, myrepos/myrepo).
myrepos/myrepo).public final RepositoryProvider repositoryProvider()
The provider type for your repository.
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 provider type for your repository.
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 repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
public final String templateName()
The name of your registered template.
public final TemplateType templateType()
The type of the registered template.
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 type of the registered template.
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 CreateTemplateSyncConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateTemplateSyncConfigRequest.Builder,CreateTemplateSyncConfigRequest>toBuilder in class ProtonRequestpublic static CreateTemplateSyncConfigRequest.Builder builder()
public static Class<? extends CreateTemplateSyncConfigRequest.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.