@Generated(value="software.amazon.awssdk:codegen") public final class GetRepositorySyncStatusRequest extends ProtonRequest implements ToCopyableBuilder<GetRepositorySyncStatusRequest.Builder,GetRepositorySyncStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRepositorySyncStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
branch()
The repository branch.
|
static GetRepositorySyncStatusRequest.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.
|
RepositoryProvider |
repositoryProvider()
The repository provider.
|
String |
repositoryProviderAsString()
The repository provider.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRepositorySyncStatusRequest.Builder> |
serializableBuilderClass() |
SyncType |
syncType()
The repository sync type.
|
String |
syncTypeAsString()
The repository sync type.
|
GetRepositorySyncStatusRequest.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.
public final String repositoryName()
The repository name.
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 SyncType syncType()
The repository sync type.
If the service returns an enum value that is not available in the current SDK version, syncType will
return SyncType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
syncTypeAsString().
SyncTypepublic final String syncTypeAsString()
The repository sync type.
If the service returns an enum value that is not available in the current SDK version, syncType will
return SyncType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
syncTypeAsString().
SyncTypepublic GetRepositorySyncStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRepositorySyncStatusRequest.Builder,GetRepositorySyncStatusRequest>toBuilder in class ProtonRequestpublic static GetRepositorySyncStatusRequest.Builder builder()
public static Class<? extends GetRepositorySyncStatusRequest.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.