@Generated(value="software.amazon.awssdk:codegen") public final class DevEnvironmentRepositorySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DevEnvironmentRepositorySummary.Builder,DevEnvironmentRepositorySummary>
Information about the source repsitory for a Dev Environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DevEnvironmentRepositorySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
branchName()
The name of the branch in a source repository cloned into the Dev Environment.
|
static DevEnvironmentRepositorySummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the source repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DevEnvironmentRepositorySummary.Builder> |
serializableBuilderClass() |
DevEnvironmentRepositorySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the source repository.
public final String branchName()
The name of the branch in a source repository cloned into the Dev Environment.
public DevEnvironmentRepositorySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DevEnvironmentRepositorySummary.Builder,DevEnvironmentRepositorySummary>public static DevEnvironmentRepositorySummary.Builder builder()
public static Class<? extends DevEnvironmentRepositorySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.