public class DescribeStackProvisioningParametersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeStackProvisioningParameters operation.
Requests a description of a stack's provisioning parameters.
Required Permissions : To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP| Constructor and Description |
|---|
DescribeStackProvisioningParametersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackProvisioningParametersRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStackId()
The stack ID
|
int |
hashCode() |
void |
setStackId(String stackId)
The stack ID
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackProvisioningParametersRequest |
withStackId(String stackId)
The stack ID
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeStackProvisioningParametersRequest()
public String getStackId()
public void setStackId(String stackId)
stackId - The stack IDpublic DescribeStackProvisioningParametersRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - The stack IDpublic String toString()
toString in class ObjectObject.toString()public DescribeStackProvisioningParametersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.