public class ListApplicationRevisionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a list application revisions operation.
NOOP
Constructor and Description |
---|
ListApplicationRevisionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationRevisionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of an existing AWS CodeDeploy application associated with the
applicable IAM user or AWS account.
|
String |
getDeployed()
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
String |
getNextToken()
An identifier that was returned from the previous list application
revisions call, which can be used to return the next set of applications
in the list.
|
String |
getS3Bucket()
A specific Amazon S3 bucket name to limit the search for revisions.
|
String |
getS3KeyPrefix()
A specific key prefix for the set of Amazon S3 objects to limit the
search for revisions.
|
String |
getSortBy()
The column name to sort the list results by:
|
String |
getSortOrder()
The order to sort the list results by:
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application associated with the
applicable IAM user or AWS account.
|
void |
setDeployed(ListStateFilterAction deployed)
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
void |
setDeployed(String deployed)
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous list application
revisions call, which can be used to return the next set of applications
in the list.
|
void |
setS3Bucket(String s3Bucket)
A specific Amazon S3 bucket name to limit the search for revisions.
|
void |
setS3KeyPrefix(String s3KeyPrefix)
A specific key prefix for the set of Amazon S3 objects to limit the
search for revisions.
|
void |
setSortBy(ApplicationRevisionSortBy sortBy)
The column name to sort the list results by:
|
void |
setSortBy(String sortBy)
The column name to sort the list results by:
|
void |
setSortOrder(SortOrder sortOrder)
The order to sort the list results by:
|
void |
setSortOrder(String sortOrder)
The order to sort the list results by:
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListApplicationRevisionsRequest |
withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application associated with the
applicable IAM user or AWS account.
|
ListApplicationRevisionsRequest |
withDeployed(ListStateFilterAction deployed)
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
ListApplicationRevisionsRequest |
withDeployed(String deployed)
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
ListApplicationRevisionsRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous list application
revisions call, which can be used to return the next set of applications
in the list.
|
ListApplicationRevisionsRequest |
withS3Bucket(String s3Bucket)
A specific Amazon S3 bucket name to limit the search for revisions.
|
ListApplicationRevisionsRequest |
withS3KeyPrefix(String s3KeyPrefix)
A specific key prefix for the set of Amazon S3 objects to limit the
search for revisions.
|
ListApplicationRevisionsRequest |
withSortBy(ApplicationRevisionSortBy sortBy)
The column name to sort the list results by:
|
ListApplicationRevisionsRequest |
withSortBy(String sortBy)
The column name to sort the list results by:
|
ListApplicationRevisionsRequest |
withSortOrder(SortOrder sortOrder)
The order to sort the list results by:
|
ListApplicationRevisionsRequest |
withSortOrder(String sortOrder)
The order to sort the list results by:
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName
- The name of an existing AWS CodeDeploy application associated with
the applicable IAM user or AWS account.public String getApplicationName()
The name of an existing AWS CodeDeploy application associated with the applicable IAM user or AWS account.
public ListApplicationRevisionsRequest withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName
- The name of an existing AWS CodeDeploy application associated with
the applicable IAM user or AWS account.public void setSortBy(String sortBy)
The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
sortBy
- The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
public String getSortBy()
The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
public ListApplicationRevisionsRequest withSortBy(String sortBy)
The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
sortBy
- The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
public void setSortBy(ApplicationRevisionSortBy sortBy)
The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
sortBy
- The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
public ListApplicationRevisionsRequest withSortBy(ApplicationRevisionSortBy sortBy)
The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
sortBy
- The column name to sort the list results by:
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
public void setSortOrder(String sortOrder)
The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
sortOrder
- The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
SortOrder
public String getSortOrder()
The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
SortOrder
public ListApplicationRevisionsRequest withSortOrder(String sortOrder)
The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
sortOrder
- The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
SortOrder
public void setSortOrder(SortOrder sortOrder)
The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
sortOrder
- The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
SortOrder
public ListApplicationRevisionsRequest withSortOrder(SortOrder sortOrder)
The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
sortOrder
- The order to sort the list results by:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
SortOrder
public void setS3Bucket(String s3Bucket)
A specific Amazon S3 bucket name to limit the search for revisions.
If set to null, then all of the user's buckets will be searched.
s3Bucket
- A specific Amazon S3 bucket name to limit the search for
revisions.
If set to null, then all of the user's buckets will be searched.
public String getS3Bucket()
A specific Amazon S3 bucket name to limit the search for revisions.
If set to null, then all of the user's buckets will be searched.
If set to null, then all of the user's buckets will be searched.
public ListApplicationRevisionsRequest withS3Bucket(String s3Bucket)
A specific Amazon S3 bucket name to limit the search for revisions.
If set to null, then all of the user's buckets will be searched.
s3Bucket
- A specific Amazon S3 bucket name to limit the search for
revisions.
If set to null, then all of the user's buckets will be searched.
public void setS3KeyPrefix(String s3KeyPrefix)
A specific key prefix for the set of Amazon S3 objects to limit the search for revisions.
s3KeyPrefix
- A specific key prefix for the set of Amazon S3 objects to limit
the search for revisions.public String getS3KeyPrefix()
A specific key prefix for the set of Amazon S3 objects to limit the search for revisions.
public ListApplicationRevisionsRequest withS3KeyPrefix(String s3KeyPrefix)
A specific key prefix for the set of Amazon S3 objects to limit the search for revisions.
s3KeyPrefix
- A specific key prefix for the set of Amazon S3 objects to limit
the search for revisions.public void setDeployed(String deployed)
Whether to list revisions based on whether the revision is the target revision of an deployment group:
deployed
- Whether to list revisions based on whether the revision is the
target revision of an deployment group:
ListStateFilterAction
public String getDeployed()
Whether to list revisions based on whether the revision is the target revision of an deployment group:
ListStateFilterAction
public ListApplicationRevisionsRequest withDeployed(String deployed)
Whether to list revisions based on whether the revision is the target revision of an deployment group:
deployed
- Whether to list revisions based on whether the revision is the
target revision of an deployment group:
ListStateFilterAction
public void setDeployed(ListStateFilterAction deployed)
Whether to list revisions based on whether the revision is the target revision of an deployment group:
deployed
- Whether to list revisions based on whether the revision is the
target revision of an deployment group:
ListStateFilterAction
public ListApplicationRevisionsRequest withDeployed(ListStateFilterAction deployed)
Whether to list revisions based on whether the revision is the target revision of an deployment group:
deployed
- Whether to list revisions based on whether the revision is the
target revision of an deployment group:
ListStateFilterAction
public void setNextToken(String nextToken)
An identifier that was returned from the previous list application revisions call, which can be used to return the next set of applications in the list.
nextToken
- An identifier that was returned from the previous list application
revisions call, which can be used to return the next set of
applications in the list.public String getNextToken()
An identifier that was returned from the previous list application revisions call, which can be used to return the next set of applications in the list.
public ListApplicationRevisionsRequest withNextToken(String nextToken)
An identifier that was returned from the previous list application revisions call, which can be used to return the next set of applications in the list.
nextToken
- An identifier that was returned from the previous list application
revisions call, which can be used to return the next set of
applications in the list.public String toString()
toString
in class Object
Object.toString()
public ListApplicationRevisionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.