public class ListApplicationRevisionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a list application revisions operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
applicationName
The name of an AWS CodeDeploy application associated with the applicable
IAM user or AWS account.
|
private java.lang.String |
deployed
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
private java.lang.String |
nextToken
An identifier returned from the previous list application revisions call.
|
private java.lang.String |
s3Bucket
An Amazon S3 bucket name to limit the search for revisions.
|
private java.lang.String |
s3KeyPrefix
A key prefix for the set of Amazon S3 objects to limit the search for
revisions.
|
private java.lang.String |
sortBy
The column name to use to sort the list results:
|
private java.lang.String |
sortOrder
The order in which to sort the list results:
|
NOOP
Constructor and Description |
---|
ListApplicationRevisionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListApplicationRevisionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of an AWS CodeDeploy application associated with the applicable
IAM user or AWS account.
|
java.lang.String |
getDeployed()
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
java.lang.String |
getNextToken()
An identifier returned from the previous list application revisions call.
|
java.lang.String |
getS3Bucket()
An Amazon S3 bucket name to limit the search for revisions.
|
java.lang.String |
getS3KeyPrefix()
A key prefix for the set of Amazon S3 objects to limit the search for
revisions.
|
java.lang.String |
getSortBy()
The column name to use to sort the list results:
|
java.lang.String |
getSortOrder()
The order in which to sort the list results:
|
int |
hashCode() |
void |
setApplicationName(java.lang.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(java.lang.String deployed)
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
void |
setNextToken(java.lang.String nextToken)
An identifier returned from the previous list application revisions call.
|
void |
setS3Bucket(java.lang.String s3Bucket)
An Amazon S3 bucket name to limit the search for revisions.
|
void |
setS3KeyPrefix(java.lang.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(java.lang.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(java.lang.String sortOrder)
The order in which to sort the list results:
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListApplicationRevisionsRequest |
withApplicationName(java.lang.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(java.lang.String deployed)
Whether to list revisions based on whether the revision is the target
revision of an deployment group:
|
ListApplicationRevisionsRequest |
withNextToken(java.lang.String nextToken)
An identifier returned from the previous list application revisions call.
|
ListApplicationRevisionsRequest |
withS3Bucket(java.lang.String s3Bucket)
An Amazon S3 bucket name to limit the search for revisions.
|
ListApplicationRevisionsRequest |
withS3KeyPrefix(java.lang.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(java.lang.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(java.lang.String sortOrder)
The order in which to sort the list results:
|
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
private java.lang.String applicationName
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
private java.lang.String sortBy
The column name to use to sort the list results:
If not specified or set to null, the results will be returned in an arbitrary order.
private java.lang.String sortOrder
The order in which to sort the list results:
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
private java.lang.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.
private java.lang.String s3KeyPrefix
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
private java.lang.String deployed
Whether to list revisions based on whether the revision is the target revision of an deployment group:
private java.lang.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.
public void setApplicationName(java.lang.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 java.lang.String getApplicationName()
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
public ListApplicationRevisionsRequest withApplicationName(java.lang.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(java.lang.String sortBy)
The column name to use to sort the list results:
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:
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
public java.lang.String getSortBy()
The column name to use to sort the list results:
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(java.lang.String sortBy)
The column name to use to sort the list results:
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:
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:
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:
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:
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:
If not specified or set to null, the results will be returned in an arbitrary order.
ApplicationRevisionSortBy
public void setSortOrder(java.lang.String sortOrder)
The order in which to sort the list results:
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:
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 java.lang.String getSortOrder()
The order in which to sort the list results:
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(java.lang.String sortOrder)
The order in which to sort the list results:
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:
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:
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:
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:
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:
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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getS3KeyPrefix()
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
public ListApplicationRevisionsRequest withS3KeyPrefix(java.lang.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(java.lang.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 java.lang.String getDeployed()
Whether to list revisions based on whether the revision is the target revision of an deployment group:
ListStateFilterAction
public ListApplicationRevisionsRequest withDeployed(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListApplicationRevisionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()