public class BatchGetApplicationRevisionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a batch get application revisions operation.
NOOP| Constructor and Description | 
|---|
| BatchGetApplicationRevisionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetApplicationRevisionsRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getApplicationName()
 The name of an AWS CodeDeploy application about which to get revision
 information. | 
| List<RevisionLocation> | getRevisions()
 Information to get about the application revisions, including type and
 location. | 
| int | hashCode() | 
| void | setApplicationName(String applicationName)
 The name of an AWS CodeDeploy application about which to get revision
 information. | 
| void | setRevisions(Collection<RevisionLocation> revisions)
 Information to get about the application revisions, including type and
 location. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| BatchGetApplicationRevisionsRequest | withApplicationName(String applicationName)
 The name of an AWS CodeDeploy application about which to get revision
 information. | 
| BatchGetApplicationRevisionsRequest | withRevisions(Collection<RevisionLocation> revisions)
 Information to get about the application revisions, including type and
 location. | 
| BatchGetApplicationRevisionsRequest | withRevisions(RevisionLocation... revisions)
 Information to get about the application revisions, including type and
 location. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setApplicationName(String applicationName)
The name of an AWS CodeDeploy application about which to get revision information.
applicationName - The name of an AWS CodeDeploy application about which to get
        revision information.public String getApplicationName()
The name of an AWS CodeDeploy application about which to get revision information.
public BatchGetApplicationRevisionsRequest withApplicationName(String applicationName)
The name of an AWS CodeDeploy application about which to get revision information.
applicationName - The name of an AWS CodeDeploy application about which to get
        revision information.public List<RevisionLocation> getRevisions()
Information to get about the application revisions, including type and location.
public void setRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including type and location.
revisions - Information to get about the application revisions, including type
        and location.public BatchGetApplicationRevisionsRequest withRevisions(RevisionLocation... revisions)
Information to get about the application revisions, including type and location.
 NOTE: This method appends the values to the existing list (if
 any). Use setRevisions(java.util.Collection) or
 withRevisions(java.util.Collection) if you want to override the
 existing values.
 
revisions - Information to get about the application revisions, including type
        and location.public BatchGetApplicationRevisionsRequest withRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including type and location.
revisions - Information to get about the application revisions, including type
        and location.public String toString()
toString in class ObjectObject.toString()public BatchGetApplicationRevisionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.