Container for the parameters to the GetStackPolicy operation.
            
Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetStackPolicyRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetStackPolicyRequest()()()() | Initializes a new instance of the GetStackPolicyRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | StackName | 
            The name or stack ID that is associated with the stack whose policy you want to get.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithStackName(String) | Obsolete. 
            Sets the StackName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | GetStackPolicyRequest | |