@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 will be 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 String repositoryName()
The name of the repository.
public 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 will be returned as it exists in the HEAD commit.
public String folderPath()
The fully-qualified path to the folder whose contents will be 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.