@Generated(value="software.amazon.awssdk:codegen") public final class UpdateServiceSyncConfigRequest extends ProtonRequest implements ToCopyableBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServiceSyncConfigRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
branch()
The name of the code repository branch where the Proton Ops file is found.
|
static UpdateServiceSyncConfigRequest.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 name of the repository where the Proton Ops file is found.
|
RepositoryProvider |
repositoryProvider()
The name of the repository provider where the Proton Ops file is found.
|
String |
repositoryProviderAsString()
The name of the repository provider where the Proton Ops file is found.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServiceSyncConfigRequest.Builder> |
serializableBuilderClass() |
String |
serviceName()
The name of the service the Proton Ops file is for.
|
UpdateServiceSyncConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String branch()
The name of the code repository branch where the Proton Ops file is found.
public final String filePath()
The path to the Proton Ops file.
public final String repositoryName()
The name of the repository where the Proton Ops file is found.
public final RepositoryProvider repositoryProvider()
The name of the repository provider where the Proton Ops file is found.
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 where the Proton Ops file is found.
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 UpdateServiceSyncConfigRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>toBuilder in class ProtonRequestpublic static UpdateServiceSyncConfigRequest.Builder builder()
public static Class<? extends UpdateServiceSyncConfigRequest.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.