Class DescribeDeploymentsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- 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
getAppId()
The app ID.An array of deployment IDs to be described.The stack ID.int
hashCode()
void
The app ID.void
setDeploymentIds
(Collection<String> deploymentIds) An array of deployment IDs to be described.void
setStackId
(String stackId) The stack ID.toString()
Returns a string representation of this object; useful for testing and debugging.The app ID.withDeploymentIds
(String... deploymentIds) An array of deployment IDs to be described.withDeploymentIds
(Collection<String> deploymentIds) An array of deployment IDs to be described.withStackId
(String stackId) The stack ID.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
-
DescribeDeploymentsRequest
public DescribeDeploymentsRequest()
-
-
Method Details
-
setStackId
The stack ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified stack.- Parameters:
stackId
- The stack ID. If you include this parameter,DescribeDeployments
returns a description of the commands associated with the specified stack.
-
getStackId
The stack ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified stack.- Returns:
- The stack ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified stack.
-
withStackId
The stack ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified stack.- Parameters:
stackId
- The stack ID. If you include this parameter,DescribeDeployments
returns a description of the commands associated with the specified stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAppId
The app ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified app.- Parameters:
appId
- The app ID. If you include this parameter,DescribeDeployments
returns a description of the commands associated with the specified app.
-
getAppId
The app ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified app.- Returns:
- The app ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified app.
-
withAppId
The app ID. If you include this parameter,
DescribeDeployments
returns a description of the commands associated with the specified app.- Parameters:
appId
- The app ID. If you include this parameter,DescribeDeployments
returns a description of the commands associated with the specified app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDeploymentIds
An array of deployment IDs to be described. If you include this parameter,
DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.- Returns:
- An array of deployment IDs to be described. If you include this
parameter,
DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
-
setDeploymentIds
An array of deployment IDs to be described. If you include this parameter,
DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.- Parameters:
deploymentIds
- An array of deployment IDs to be described. If you include this parameter,DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
-
withDeploymentIds
An array of deployment IDs to be described. If you include this parameter,
DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.NOTE: This method appends the values to the existing list (if any). Use
setDeploymentIds(java.util.Collection)
orwithDeploymentIds(java.util.Collection)
if you want to override the existing values.- Parameters:
deploymentIds
- An array of deployment IDs to be described. If you include this parameter,DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDeploymentIds
An array of deployment IDs to be described. If you include this parameter,
DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.- Parameters:
deploymentIds
- An array of deployment IDs to be described. If you include this parameter,DescribeDeployments
returns a description of the specified deployments. Otherwise, it returns a description of every deployment.- 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:
-