public class GetStackPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the GetStackPolicy action.
NOOP| Constructor and Description |
|---|
GetStackPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetStackPolicyRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getStackName()
The name or unique stack ID that is associated with the stack whose
policy you want to get.
|
int |
hashCode() |
void |
setStackName(String stackName)
The name or unique stack ID that is associated with the stack whose
policy you want to get.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetStackPolicyRequest |
withStackName(String stackName)
The name or unique stack ID that is associated with the stack whose
policy you want to get.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackName(String stackName)
The name or unique stack ID that is associated with the stack whose policy you want to get.
stackName - The name or unique stack ID that is associated with the stack
whose policy you want to get.public String getStackName()
The name or unique stack ID that is associated with the stack whose policy you want to get.
public GetStackPolicyRequest withStackName(String stackName)
The name or unique stack ID that is associated with the stack whose policy you want to get.
stackName - The name or unique stack ID that is associated with the stack
whose policy you want to get.public String toString()
toString in class ObjectObject.toString()public GetStackPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.