@Generated(value="software.amazon.awssdk:codegen") public final class GetDifferencesRequest extends CodeCommitRequest implements ToCopyableBuilder<GetDifferencesRequest.Builder,GetDifferencesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDifferencesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
afterCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
String |
afterPath()
The file path in which to check differences.
|
String |
beforeCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, the full commit
ID).
|
String |
beforePath()
The file path in which to check for differences.
|
static GetDifferencesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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, when provided in a request, returns the next batch of the results.
|
String |
repositoryName()
The name of the repository where you want to get differences.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDifferencesRequest.Builder> |
serializableBuilderClass() |
GetDifferencesRequest.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 where you want to get differences.
public final String beforeCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, the full commit
ID). Optional. If not specified, all changes before the afterCommitSpecifier value are shown. If you
do not use beforeCommitSpecifier in your request, consider limiting the results with
maxResults.
afterCommitSpecifier
value are shown. If you do not use beforeCommitSpecifier in your request, consider limiting
the results with maxResults.public final String afterCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
public final String beforePath()
The file path in which to check for differences. Limits the results to this path. Can also be used to specify the
previous name of a directory or folder. If beforePath and afterPath are not specified,
differences are shown for all paths.
beforePath and afterPath
are not specified, differences are shown for all paths.public final String afterPath()
The file path in which to check differences. Limits the results to this path. Can also be used to specify the changed name of a directory or folder, if it has changed. If not specified, differences are shown for all paths.
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, when provided in a request, returns the next batch of the results.
public GetDifferencesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDifferencesRequest.Builder,GetDifferencesRequest>toBuilder in class CodeCommitRequestpublic static GetDifferencesRequest.Builder builder()
public static Class<? extends GetDifferencesRequest.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 © 2021. All rights reserved.