@Generated(value="software.amazon.awssdk:codegen") public final class VersionControlInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VersionControlInfo.Builder,VersionControlInfo>
Details about the version control configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VersionControlInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VersionControlInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VersionControlInfo.Builder> |
serializableBuilderClass() |
VersionControlInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionControlConfigurationTimeStamp()
The time when the version control system was last configured.
|
VersionControlType |
versionControlType()
The type of version control.
|
String |
versionControlTypeAsString()
The type of version control.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String versionControlConfigurationTimeStamp()
The time when the version control system was last configured.
public final VersionControlType versionControlType()
The type of version control.
If the service returns an enum value that is not available in the current SDK version,
versionControlType will return VersionControlType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from versionControlTypeAsString().
VersionControlTypepublic final String versionControlTypeAsString()
The type of version control.
If the service returns an enum value that is not available in the current SDK version,
versionControlType will return VersionControlType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from versionControlTypeAsString().
VersionControlTypepublic VersionControlInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VersionControlInfo.Builder,VersionControlInfo>public static VersionControlInfo.Builder builder()
public static Class<? extends VersionControlInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.