@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReleaseLabelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListReleaseLabelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListReleaseLabelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ReleaseLabelFilter |
getFilters()
Filters the results of the request.
|
Integer |
getMaxResults()
Defines the maximum number of release labels to return in a single response.
|
String |
getNextToken()
Specifies the next page of results.
|
int |
hashCode() |
void |
setFilters(ReleaseLabelFilter filters)
Filters the results of the request.
|
void |
setMaxResults(Integer maxResults)
Defines the maximum number of release labels to return in a single response.
|
void |
setNextToken(String nextToken)
Specifies the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListReleaseLabelsRequest |
withFilters(ReleaseLabelFilter filters)
Filters the results of the request.
|
ListReleaseLabelsRequest |
withMaxResults(Integer maxResults)
Defines the maximum number of release labels to return in a single response.
|
ListReleaseLabelsRequest |
withNextToken(String nextToken)
Specifies the next page of results.
|
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 setFilters(ReleaseLabelFilter filters)
Filters the results of the request. Prefix
specifies the prefix of release labels to return.
Application
specifies the application (with/without version) of release labels to return.
filters
- Filters the results of the request. Prefix
specifies the prefix of release labels to return.
Application
specifies the application (with/without version) of release labels to return.public ReleaseLabelFilter getFilters()
Filters the results of the request. Prefix
specifies the prefix of release labels to return.
Application
specifies the application (with/without version) of release labels to return.
Prefix
specifies the prefix of release labels to return.
Application
specifies the application (with/without version) of release labels to return.public ListReleaseLabelsRequest withFilters(ReleaseLabelFilter filters)
Filters the results of the request. Prefix
specifies the prefix of release labels to return.
Application
specifies the application (with/without version) of release labels to return.
filters
- Filters the results of the request. Prefix
specifies the prefix of release labels to return.
Application
specifies the application (with/without version) of release labels to return.public void setNextToken(String nextToken)
Specifies the next page of results. If NextToken
is not specified, which is usually the case for the
first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by
the latest version. The ListReleaseLabels
request fails if the identity (Amazon Web Services account
ID) and all filtering parameters are different from the original request, or if the NextToken
is
expired or tampered with.
nextToken
- Specifies the next page of results. If NextToken
is not specified, which is usually the case
for the first request of ListReleaseLabels, the first page of results are determined by other filtering
parameters or by the latest version. The ListReleaseLabels
request fails if the identity
(Amazon Web Services account ID) and all filtering parameters are different from the original request, or
if the NextToken
is expired or tampered with.public String getNextToken()
Specifies the next page of results. If NextToken
is not specified, which is usually the case for the
first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by
the latest version. The ListReleaseLabels
request fails if the identity (Amazon Web Services account
ID) and all filtering parameters are different from the original request, or if the NextToken
is
expired or tampered with.
NextToken
is not specified, which is usually the case
for the first request of ListReleaseLabels, the first page of results are determined by other filtering
parameters or by the latest version. The ListReleaseLabels
request fails if the identity
(Amazon Web Services account ID) and all filtering parameters are different from the original request, or
if the NextToken
is expired or tampered with.public ListReleaseLabelsRequest withNextToken(String nextToken)
Specifies the next page of results. If NextToken
is not specified, which is usually the case for the
first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by
the latest version. The ListReleaseLabels
request fails if the identity (Amazon Web Services account
ID) and all filtering parameters are different from the original request, or if the NextToken
is
expired or tampered with.
nextToken
- Specifies the next page of results. If NextToken
is not specified, which is usually the case
for the first request of ListReleaseLabels, the first page of results are determined by other filtering
parameters or by the latest version. The ListReleaseLabels
request fails if the identity
(Amazon Web Services account ID) and all filtering parameters are different from the original request, or
if the NextToken
is expired or tampered with.public void setMaxResults(Integer maxResults)
Defines the maximum number of release labels to return in a single response. The default is 100
.
maxResults
- Defines the maximum number of release labels to return in a single response. The default is
100
.public Integer getMaxResults()
Defines the maximum number of release labels to return in a single response. The default is 100
.
100
.public ListReleaseLabelsRequest withMaxResults(Integer maxResults)
Defines the maximum number of release labels to return in a single response. The default is 100
.
maxResults
- Defines the maximum number of release labels to return in a single response. The default is
100
.public String toString()
toString
in class Object
Object.toString()
public ListReleaseLabelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()