@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedApprovalRuleTemplatesForRepositoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
A non-zero, 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 for which you want to list all associated approval rule templates.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
A non-zero, 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 for which you want to list all associated approval rule templates.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest |
withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest |
withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest |
withRepositoryName(String repositoryName)
The name of the repository for which you want to list all associated approval rule templates.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic ListAssociatedApprovalRuleTemplatesForRepositoryRequest()
public void setRepositoryName(String repositoryName)
The name of the repository for which you want to list all associated approval rule templates.
repositoryName - The name of the repository for which you want to list all associated approval rule templates.public String getRepositoryName()
The name of the repository for which you want to list all associated approval rule templates.
public ListAssociatedApprovalRuleTemplatesForRepositoryRequest withRepositoryName(String repositoryName)
The name of the repository for which you want to list all associated approval rule templates.
repositoryName - The name of the repository for which you want to list all associated approval rule templates.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 ListAssociatedApprovalRuleTemplatesForRepositoryRequest 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-zero, non-negative integer used to limit the number of returned results.
maxResults - A non-zero, non-negative integer used to limit the number of returned results.public Integer getMaxResults()
A non-zero, non-negative integer used to limit the number of returned results.
public ListAssociatedApprovalRuleTemplatesForRepositoryRequest withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
maxResults - A non-zero, non-negative integer used to limit the number of returned results.public String toString()
toString in class ObjectObject.toString()public ListAssociatedApprovalRuleTemplatesForRepositoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.