@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationRevisionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListApplicationRevisions operation.
NOOP
Constructor and Description |
---|
ListApplicationRevisionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationRevisionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of an 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 returned from the previous list application revisions call.
|
String |
getS3Bucket()
An Amazon S3 bucket name to limit the search for revisions.
|
String |
getS3KeyPrefix()
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
|
String |
getSortBy()
The column name to use to sort the list results:
|
String |
getSortOrder()
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 |
setSortBy(String sortBy)
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:
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListApplicationRevisionsRequest |
withApplicationName(String applicationName)
The name of an 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 returned from the previous list application revisions call.
|
ListApplicationRevisionsRequest |
withS3Bucket(String s3Bucket)
An Amazon S3 bucket name to limit the search for revisions.
|
ListApplicationRevisionsRequest |
withS3KeyPrefix(String s3KeyPrefix)
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
|
ListApplicationRevisionsRequest |
withSortBy(ApplicationRevisionSortBy sortBy)
The column name to use to sort the list results:
|
ListApplicationRevisionsRequest |
withSortBy(String sortBy)
The column name to use to sort the list results:
|
ListApplicationRevisionsRequest |
withSortOrder(SortOrder sortOrder)
The order in which to sort the list results:
|
ListApplicationRevisionsRequest |
withSortOrder(String sortOrder)
The order in which to sort the list 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 setApplicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.public String getApplicationName()
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
public ListApplicationRevisionsRequest withApplicationName(String applicationName)
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
applicationName
- The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.public void setSortBy(String 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.
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.
ApplicationRevisionSortBy
public String 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.
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.
ApplicationRevisionSortBy
public ListApplicationRevisionsRequest withSortBy(String 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.
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.
ApplicationRevisionSortBy
public void setSortBy(ApplicationRevisionSortBy 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.
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.
ApplicationRevisionSortBy
public ListApplicationRevisionsRequest withSortBy(ApplicationRevisionSortBy 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.
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.
ApplicationRevisionSortBy
public void setSortOrder(String 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.
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.
SortOrder
public String 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.
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.
SortOrder
public ListApplicationRevisionsRequest withSortOrder(String 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.
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.
SortOrder
public void setSortOrder(SortOrder 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.
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.
SortOrder
public ListApplicationRevisionsRequest withSortOrder(SortOrder 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.
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.
SortOrder
public void setS3Bucket(String 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.
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.
public String 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.
If set to null, all of the user's buckets will be searched.
public ListApplicationRevisionsRequest withS3Bucket(String 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.
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.
public void setS3KeyPrefix(String s3KeyPrefix)
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
s3KeyPrefix
- A key prefix for the set of Amazon S3 objects to limit the search for revisions.public String getS3KeyPrefix()
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
public ListApplicationRevisionsRequest withS3KeyPrefix(String s3KeyPrefix)
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
s3KeyPrefix
- A 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:
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.
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.
ListStateFilterAction
public String 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.
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.
ListStateFilterAction
public ListApplicationRevisionsRequest withDeployed(String 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.
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.
ListStateFilterAction
public void setDeployed(ListStateFilterAction 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.
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.
ListStateFilterAction
public ListApplicationRevisionsRequest withDeployed(ListStateFilterAction 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.
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.
ListStateFilterAction
public void setNextToken(String 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.
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.public String 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.
public ListApplicationRevisionsRequest withNextToken(String 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.
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.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.