@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetApplicationRevisionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a BatchGetApplicationRevisions operation.
NOOP| Constructor and Description | 
|---|
| BatchGetApplicationRevisionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetApplicationRevisionsRequest | 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 about which to get revision information. | 
| List<RevisionLocation> | getRevisions()
 An array of  RevisionLocationobjects that specify 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)
 An array of  RevisionLocationobjects that specify information to get about the application
 revisions, including type and location. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetApplicationRevisionsRequest | withApplicationName(String applicationName)
 The name of an AWS CodeDeploy application about which to get revision information. | 
| BatchGetApplicationRevisionsRequest | withRevisions(Collection<RevisionLocation> revisions)
 An array of  RevisionLocationobjects that specify information to get about the application
 revisions, including type and location. | 
| BatchGetApplicationRevisionsRequest | withRevisions(RevisionLocation... revisions)
 An array of  RevisionLocationobjects that specify information to get about the application
 revisions, including type and location. | 
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, 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()
 An array of RevisionLocation objects that specify information to get about the application
 revisions, including type and location. The maximum number of RevisionLocation objects you can
 specify is 25.
 
RevisionLocation objects that specify information to get about the application
         revisions, including type and location. The maximum number of RevisionLocation objects you
         can specify is 25.public void setRevisions(Collection<RevisionLocation> revisions)
 An array of RevisionLocation objects that specify information to get about the application
 revisions, including type and location. The maximum number of RevisionLocation objects you can
 specify is 25.
 
revisions - An array of RevisionLocation objects that specify information to get about the application
        revisions, including type and location. The maximum number of RevisionLocation objects you
        can specify is 25.public BatchGetApplicationRevisionsRequest withRevisions(RevisionLocation... revisions)
 An array of RevisionLocation objects that specify information to get about the application
 revisions, including type and location. The maximum number of RevisionLocation objects you can
 specify is 25.
 
 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 - An array of RevisionLocation objects that specify information to get about the application
        revisions, including type and location. The maximum number of RevisionLocation objects you
        can specify is 25.public BatchGetApplicationRevisionsRequest withRevisions(Collection<RevisionLocation> revisions)
 An array of RevisionLocation objects that specify information to get about the application
 revisions, including type and location. The maximum number of RevisionLocation objects you can
 specify is 25.
 
revisions - An array of RevisionLocation objects that specify information to get about the application
        revisions, including type and location. The maximum number of RevisionLocation objects you
        can specify is 25.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.