@Generated(value="software.amazon.awssdk:codegen") public final class SubModule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubModule.Builder,SubModule>
Returns information about a submodule reference in a repository folder.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubModule.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
absolutePath()
The fully qualified path to the folder that contains the reference to the submodule.
|
static SubModule.Builder |
builder() |
String |
commitId()
The commit ID that contains the reference to the submodule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
relativePath()
The relative path of the submodule from the folder where the query originated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SubModule.Builder> |
serializableBuilderClass() |
SubModule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String commitId()
The commit ID that contains the reference to the submodule.
public String absolutePath()
The fully qualified path to the folder that contains the reference to the submodule.
public String relativePath()
The relative path of the submodule from the folder where the query originated.
public SubModule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SubModule.Builder,SubModule>public static SubModule.Builder builder()
public static Class<? extends SubModule.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.