@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()
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.
|
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, 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.