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() |
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of an existing AWS CodeDeploy application to get revision
information about.
|
List<RevisionLocation> |
getRevisions()
Information to get about the application revisions, including revision
type and location.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application to get revision
information about.
|
void |
setRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including revision
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 existing AWS CodeDeploy application to get revision
information about.
|
BatchGetApplicationRevisionsRequest |
withRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including revision
type and location.
|
BatchGetApplicationRevisionsRequest |
withRevisions(RevisionLocation... revisions)
Information to get about the application revisions, including revision
type and location.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application to get revision information about.
applicationName - The name of an existing AWS CodeDeploy application to get revision
information about.public String getApplicationName()
The name of an existing AWS CodeDeploy application to get revision information about.
public BatchGetApplicationRevisionsRequest withApplicationName(String applicationName)
The name of an existing AWS CodeDeploy application to get revision information about.
applicationName - The name of an existing AWS CodeDeploy application to get revision
information about.public List<RevisionLocation> getRevisions()
Information to get about the application revisions, including revision type and location.
public void setRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including revision type and location.
revisions - Information to get about the application revisions, including
revision type and location.public BatchGetApplicationRevisionsRequest withRevisions(RevisionLocation... revisions)
Information to get about the application revisions, including revision 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
revision type and location.public BatchGetApplicationRevisionsRequest withRevisions(Collection<RevisionLocation> revisions)
Information to get about the application revisions, including revision type and location.
revisions - Information to get about the application revisions, including
revision type and location.public String toString()
toString in class ObjectObject.toString()public BatchGetApplicationRevisionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.