@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCommentsForComparedCommitRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCommentsForComparedCommitRequest() |
Modifier and Type | Method and Description |
---|---|
GetCommentsForComparedCommitRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAfterCommitId()
To establish the directionality of the comparison, the full commit ID of the 'after' commit.
|
String |
getBeforeCommitId()
To establish the directionality of the comparison, the full commit ID of the 'before' commit.
|
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 compare commits.
|
int |
hashCode() |
void |
setAfterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the 'after' commit.
|
void |
setBeforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the 'before' commit.
|
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 compare commits.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCommentsForComparedCommitRequest |
withAfterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the 'after' commit.
|
GetCommentsForComparedCommitRequest |
withBeforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the 'before' commit.
|
GetCommentsForComparedCommitRequest |
withMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
GetCommentsForComparedCommitRequest |
withNextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
|
GetCommentsForComparedCommitRequest |
withRepositoryName(String repositoryName)
The name of the repository where you want to compare commits.
|
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 compare commits.
repositoryName
- The name of the repository where you want to compare commits.public String getRepositoryName()
The name of the repository where you want to compare commits.
public GetCommentsForComparedCommitRequest withRepositoryName(String repositoryName)
The name of the repository where you want to compare commits.
repositoryName
- The name of the repository where you want to compare commits.public void setBeforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the 'before' commit.
beforeCommitId
- To establish the directionality of the comparison, the full commit ID of the 'before' commit.public String getBeforeCommitId()
To establish the directionality of the comparison, the full commit ID of the 'before' commit.
public GetCommentsForComparedCommitRequest withBeforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the 'before' commit.
beforeCommitId
- To establish the directionality of the comparison, the full commit ID of the 'before' commit.public void setAfterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the 'after' commit.
afterCommitId
- To establish the directionality of the comparison, the full commit ID of the 'after' commit.public String getAfterCommitId()
To establish the directionality of the comparison, the full commit ID of the 'after' commit.
public GetCommentsForComparedCommitRequest withAfterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the 'after' commit.
afterCommitId
- To establish the directionality of the comparison, the full commit ID of the 'after' commit.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 GetCommentsForComparedCommitRequest 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 void setMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results. The default is 100 comments, and is configurable up to 500.
maxResults
- A non-negative integer used to limit the number of returned results. The default is 100 comments, and is
configurable up to 500.public Integer getMaxResults()
A non-negative integer used to limit the number of returned results. The default is 100 comments, and is configurable up to 500.
public GetCommentsForComparedCommitRequest withMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results. The default is 100 comments, and is configurable up to 500.
maxResults
- A non-negative integer used to limit the number of returned results. The default is 100 comments, and is
configurable up to 500.public String toString()
toString
in class Object
Object.toString()
public GetCommentsForComparedCommitRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.