Class ListApplicationRevisionsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a list application revisions operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.Whether to list revisions based on whether the revision is the target revision of an deployment group:An identifier returned from the previous list application revisions call.An Amazon S3 bucket name to limit the search for revisions.A key prefix for the set of Amazon S3 objects to limit the search for revisions.The column name to use to sort the list results:The order in which to sort the list results:int
hashCode()
void
setApplicationName
(String applicationName) The name of an 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 returned from the previous list application revisions call.void
setS3Bucket
(String s3Bucket) An Amazon S3 bucket name to limit the search for revisions.void
setS3KeyPrefix
(String s3KeyPrefix) A key prefix for the set of Amazon S3 objects to limit the search for revisions.void
setSortBy
(ApplicationRevisionSortBy sortBy) The column name to use to sort the list results:void
The column name to use to sort the list results:void
setSortOrder
(SortOrder sortOrder) The order in which to sort the list results:void
setSortOrder
(String sortOrder) The order in which to sort the list results:toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.withDeployed
(ListStateFilterAction deployed) Whether to list revisions based on whether the revision is the target revision of an deployment group:withDeployed
(String deployed) Whether to list revisions based on whether the revision is the target revision of an deployment group:withNextToken
(String nextToken) An identifier returned from the previous list application revisions call.withS3Bucket
(String s3Bucket) An Amazon S3 bucket name to limit the search for revisions.withS3KeyPrefix
(String s3KeyPrefix) A key prefix for the set of Amazon S3 objects to limit the search for revisions.withSortBy
(ApplicationRevisionSortBy sortBy) The column name to use to sort the list results:withSortBy
(String sortBy) The column name to use to sort the list results:withSortOrder
(SortOrder sortOrder) The order in which to sort the list results:withSortOrder
(String sortOrder) The order in which to sort the list results:Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListApplicationRevisionsRequest
public ListApplicationRevisionsRequest()
-
-
Method Details
-
setApplicationName
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
- Parameters:
applicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
-
getApplicationName
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
- Returns:
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
-
withApplicationName
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
- Parameters:
applicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSortBy
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- Parameters:
sortBy
- The column name to use to sort the list results:- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- See Also:
-
getSortBy
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- Returns:
- The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- See Also:
-
withSortBy
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- Parameters:
sortBy
- The column name to use to sort the list results:- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSortBy
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- Parameters:
sortBy
- The column name to use to sort the list results:- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- See Also:
-
withSortBy
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- Parameters:
sortBy
- The column name to use to sort the list results:- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSortOrder
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending 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.
- Parameters:
sortOrder
- The order in which to sort the list results:- ascending: ascending order.
- descending: descending 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.
- See Also:
-
getSortOrder
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending 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.
- Returns:
- The order in which to sort the list results:
- ascending: ascending order.
- descending: descending 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.
- See Also:
-
withSortOrder
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending 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.
- Parameters:
sortOrder
- The order in which to sort the list results:- ascending: ascending order.
- descending: descending 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSortOrder
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending 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.
- Parameters:
sortOrder
- The order in which to sort the list results:- ascending: ascending order.
- descending: descending 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.
- See Also:
-
withSortOrder
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending 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.
- Parameters:
sortOrder
- The order in which to sort the list results:- ascending: ascending order.
- descending: descending 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setS3Bucket
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
- Parameters:
s3Bucket
- An Amazon S3 bucket name to limit the search for revisions.If set to null, all of the user's buckets will be searched.
-
getS3Bucket
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
- Returns:
- An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
-
withS3Bucket
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
- Parameters:
s3Bucket
- An Amazon S3 bucket name to limit the search for revisions.If set to null, all of the user's buckets will be searched.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setS3KeyPrefix
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
- Parameters:
s3KeyPrefix
- A key prefix for the set of Amazon S3 objects to limit the search for revisions.
-
getS3KeyPrefix
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
- Returns:
- A key prefix for the set of Amazon S3 objects to limit the search for revisions.
-
withS3KeyPrefix
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
- Parameters:
s3KeyPrefix
- A key prefix for the set of Amazon S3 objects to limit the search for revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeployed
Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- Parameters:
deployed
- Whether to list revisions based on whether the revision is the target revision of an deployment group:- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- See Also:
-
getDeployed
Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- Returns:
- Whether to list revisions based on whether the revision is the
target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- See Also:
-
withDeployed
Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- Parameters:
deployed
- Whether to list revisions based on whether the revision is the target revision of an deployment group:- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setDeployed
Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- Parameters:
deployed
- Whether to list revisions based on whether the revision is the target revision of an deployment group:- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- See Also:
-
withDeployed
Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- Parameters:
deployed
- Whether to list revisions based on whether the revision is the target revision of an deployment group:- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setNextToken
An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
- Parameters:
nextToken
- An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
-
getNextToken
An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
- Returns:
- An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
-
withNextToken
An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
- Parameters:
nextToken
- An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-