@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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 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 Object
Object.toString()
public GetStackPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.