Class BatchGetApplicationRevisionsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a batch get application revisions operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The name of an AWS CodeDeploy application about which to get revision information.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.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of an AWS CodeDeploy application about which to get revision information.withRevisions
(RevisionLocation... revisions) Information to get about the application revisions, including type and location.withRevisions
(Collection<RevisionLocation> revisions) Information to get about the application revisions, including type and location.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
BatchGetApplicationRevisionsRequest
public BatchGetApplicationRevisionsRequest()
-
-
Method Details
-
setApplicationName
The name of an AWS CodeDeploy application about which to get revision information.
- Parameters:
applicationName
- The name of an AWS CodeDeploy application about which to get revision information.
-
getApplicationName
The name of an AWS CodeDeploy application about which to get revision information.
- Returns:
- The name of an AWS CodeDeploy application about which to get revision information.
-
withApplicationName
The name of an AWS CodeDeploy application about which to get revision information.
- Parameters:
applicationName
- The name of an AWS CodeDeploy application about which to get revision information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getRevisions
Information to get about the application revisions, including type and location.
- Returns:
- Information to get about the application revisions, including type and location.
-
setRevisions
Information to get about the application revisions, including type and location.
- Parameters:
revisions
- Information to get about the application revisions, including type and location.
-
withRevisions
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)
orwithRevisions(java.util.Collection)
if you want to override the existing values.- Parameters:
revisions
- Information to get about the application revisions, including type and location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRevisions
Information to get about the application revisions, including type and location.
- Parameters:
revisions
- Information to get about the application revisions, including type and location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-