public class BatchGetApplicationRevisionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a batch get application revisions operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
applicationName
The name of an AWS CodeDeploy application about which to get revision
information.
|
private SdkInternalList<RevisionLocation> |
revisions
Information to get about the application revisions, including type and
location.
|
NOOP
Constructor and Description |
---|
BatchGetApplicationRevisionsRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationRevisionsRequest |
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 about which to get revision
information.
|
java.util.List<RevisionLocation> |
getRevisions()
Information to get about the application revisions, including type and
location.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of an AWS CodeDeploy application about which to get revision
information.
|
void |
setRevisions(java.util.Collection<RevisionLocation> revisions)
Information to get about the application revisions, including type and
location.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetApplicationRevisionsRequest |
withApplicationName(java.lang.String applicationName)
The name of an AWS CodeDeploy application about which to get revision
information.
|
BatchGetApplicationRevisionsRequest |
withRevisions(java.util.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
private java.lang.String applicationName
The name of an AWS CodeDeploy application about which to get revision information.
private SdkInternalList<RevisionLocation> revisions
Information to get about the application revisions, including type and location.
public void setApplicationName(java.lang.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 java.lang.String getApplicationName()
The name of an AWS CodeDeploy application about which to get revision information.
public BatchGetApplicationRevisionsRequest withApplicationName(java.lang.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 java.util.List<RevisionLocation> getRevisions()
Information to get about the application revisions, including type and location.
public void setRevisions(java.util.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(java.util.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 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 BatchGetApplicationRevisionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()