@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SubModule.Builder,SubModule>
public static SubModule.Builder builder()
public static Class<? extends SubModule.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.