@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDifferencesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDifferencesRequest() |
Modifier and Type | Method and Description |
---|---|
GetDifferencesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAfterCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
String |
getAfterPath()
The file path in which to check differences.
|
String |
getBeforeCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
String |
getBeforePath()
The file path in which to check for differences.
|
Integer |
getMaxResults()
A non-negative integer used to limit the number of returned results.
|
String |
getNextToken()
An enumeration token that when provided in a request, returns the next batch of the results.
|
String |
getRepositoryName()
The name of the repository where you want to get differences.
|
int |
hashCode() |
void |
setAfterCommitSpecifier(String afterCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
void |
setAfterPath(String afterPath)
The file path in which to check differences.
|
void |
setBeforeCommitSpecifier(String beforeCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
void |
setBeforePath(String beforePath)
The file path in which to check for differences.
|
void |
setMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
void |
setNextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
|
void |
setRepositoryName(String repositoryName)
The name of the repository where you want to get differences.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDifferencesRequest |
withAfterCommitSpecifier(String afterCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
GetDifferencesRequest |
withAfterPath(String afterPath)
The file path in which to check differences.
|
GetDifferencesRequest |
withBeforeCommitSpecifier(String beforeCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
GetDifferencesRequest |
withBeforePath(String beforePath)
The file path in which to check for differences.
|
GetDifferencesRequest |
withMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
GetDifferencesRequest |
withNextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
|
GetDifferencesRequest |
withRepositoryName(String repositoryName)
The name of the repository where you want to get differences.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRepositoryName(String repositoryName)
The name of the repository where you want to get differences.
repositoryName
- The name of the repository where you want to get differences.public String getRepositoryName()
The name of the repository where you want to get differences.
public GetDifferencesRequest withRepositoryName(String repositoryName)
The name of the repository where you want to get differences.
repositoryName
- The name of the repository where you want to get differences.public void setBeforeCommitSpecifier(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
.
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
.public String getBeforeCommitSpecifier()
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 GetDifferencesRequest withBeforeCommitSpecifier(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
.
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
.public void setAfterCommitSpecifier(String afterCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
afterCommitSpecifier
- The branch, tag, HEAD, or other fully qualified reference used to identify a commit.public String getAfterCommitSpecifier()
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
public GetDifferencesRequest withAfterCommitSpecifier(String afterCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
afterCommitSpecifier
- The branch, tag, HEAD, or other fully qualified reference used to identify a commit.public void setBeforePath(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
- 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.public String getBeforePath()
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 GetDifferencesRequest withBeforePath(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
- 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.public void setAfterPath(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.
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 String getAfterPath()
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 GetDifferencesRequest withAfterPath(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.
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 void setMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
maxResults
- A non-negative integer used to limit the number of returned results.public Integer getMaxResults()
A non-negative integer used to limit the number of returned results.
public GetDifferencesRequest withMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
maxResults
- A non-negative integer used to limit the number of returned results.public void setNextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
nextToken
- An enumeration token that when provided in a request, returns the next batch of the results.public String getNextToken()
An enumeration token that when provided in a request, returns the next batch of the results.
public GetDifferencesRequest withNextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
nextToken
- An enumeration token that when provided in a request, returns the next batch of the results.public String toString()
toString
in class Object
Object.toString()
public GetDifferencesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.