@Generated(value="software.amazon.awssdk:codegen") public final class CreateServiceSyncConfigRequest extends ProtonRequest implements ToCopyableBuilder<CreateServiceSyncConfigRequest.Builder,CreateServiceSyncConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateServiceSyncConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
branch()
The repository branch for your Proton Ops file.
|
static CreateServiceSyncConfigRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filePath()
The path to the Proton Ops file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The repository name.
|
RepositoryProvider |
repositoryProvider()
The provider type for your repository.
|
String |
repositoryProviderAsString()
The provider type for your repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateServiceSyncConfigRequest.Builder> |
serializableBuilderClass() |
String |
serviceName()
The name of the service the Proton Ops file is for.
|
CreateServiceSyncConfigRequest.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 Proton Ops file.
public final String filePath()
The path to the Proton Ops file.
public final String repositoryName()
The repository name.
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 serviceName()
The name of the service the Proton Ops file is for.
public CreateServiceSyncConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateServiceSyncConfigRequest.Builder,CreateServiceSyncConfigRequest>toBuilder in class ProtonRequestpublic static CreateServiceSyncConfigRequest.Builder builder()
public static Class<? extends CreateServiceSyncConfigRequest.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.