@Generated(value="software.amazon.awssdk:codegen") public final class ListFileCommitHistoryRequest extends CodeCommitRequest implements ToCopyableBuilder<ListFileCommitHistoryRequest.Builder,ListFileCommitHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFileCommitHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFileCommitHistoryRequest.Builder |
builder() |
String |
commitSpecifier()
The fully quaified reference that identifies the commit that contains the file.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
filePath()
The full path of the file whose history you want to retrieve, including the name of the file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
A non-zero, non-negative integer used to limit the number of returned results.
|
String |
nextToken()
An enumeration token that allows the operation to batch the results.
|
String |
repositoryName()
The name of the repository that contains the file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFileCommitHistoryRequest.Builder> |
serializableBuilderClass() |
ListFileCommitHistoryRequest.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 that contains the file.
public final String commitSpecifier()
The fully quaified reference that identifies the commit that contains the file. For example, you can specify a
full commit ID, a tag, a branch name, or a reference such as refs/heads/main. If none is provided,
the head commit is used.
refs/heads/main. If
none is provided, the head commit is used.public final String filePath()
The full path of the file whose history you want to retrieve, including the name of the file.
public final Integer maxResults()
A non-zero, non-negative integer used to limit the number of returned results.
public final String nextToken()
An enumeration token that allows the operation to batch the results.
public ListFileCommitHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFileCommitHistoryRequest.Builder,ListFileCommitHistoryRequest>toBuilder in class CodeCommitRequestpublic static ListFileCommitHistoryRequest.Builder builder()
public static Class<? extends ListFileCommitHistoryRequest.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.