@Generated(value="software.amazon.awssdk:codegen") public final class GetFolderRequest extends CodeCommitRequest implements ToCopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetFolderRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetFolderRequest.Builder |
builder() |
String |
commitSpecifier()
A fully qualified reference used to identify a commit that contains the version of the folder's content to
return.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
folderPath()
The fully qualified path to the folder whose contents are returned, including the folder name.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the repository.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFolderRequest.Builder> |
serializableBuilderClass() |
GetFolderRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository.
public final String commitSpecifier()
A fully qualified reference used to identify a commit that contains the version of the folder's content to return. A fully qualified reference can be a commit ID, branch name, tag, or reference such as HEAD. If no specifier is provided, the folder content is returned as it exists in the HEAD commit.
public final String folderPath()
The fully qualified path to the folder whose contents are returned, including the folder name. For example, /examples is a fully-qualified path to a folder named examples that was created off of the root directory (/) of a repository.
public GetFolderRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetFolderRequest.Builder,GetFolderRequest>toBuilder in class CodeCommitRequestpublic static GetFolderRequest.Builder builder()
public static Class<? extends GetFolderRequest.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.