Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDifferencesRequest.Builder,GetDifferencesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDifferencesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDifferencesRequest.Builder,GetDifferencesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDifferencesRequest.Builder |
NOOP
Modifier and Type | Method | 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.
|
String |
beforePath() |
The file path in which to check for differences.
|
static GetDifferencesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
A 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.
|
static Class<? extends GetDifferencesRequest.Builder> |
serializableBuilderClass() |
|
GetDifferencesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String repositoryName()
The name of the repository where you want to get differences.
public 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 prior to the afterCommitSpecifier
value will be shown.
If you do not use beforeCommitSpecifier
in your request, consider limiting the results with
maxResults
.
afterCommitSpecifier
value will be shown. If you do not use beforeCommitSpecifier
in your request, consider
limiting the results with maxResults
.public String afterCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
public 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 will be shown for all paths.
beforePath
and afterPath
are not specified, differences will be shown for all paths.public 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 will be shown for all paths.
public Integer maxResults()
A non-negative integer used to limit the number of returned results.
public String nextToken()
An enumeration token that when provided in a request, returns the next batch of the results.
public GetDifferencesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDifferencesRequest.Builder,GetDifferencesRequest>
public static GetDifferencesRequest.Builder builder()
public static Class<? extends GetDifferencesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.