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 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.
|
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
public 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 Object
Object.toString()
public BatchGetApplicationRevisionsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.