|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudformation.model.DescribeStackResourceRequest
public class DescribeStackResourceRequest
Container for the parameters to the DescribeStackResource operation.
Returns a description of the specified resource in the specified stack.
For deleted stacks, DescribeStackResource returns resource information for up to 90 days after the stack has been deleted.
AmazonCloudFormation.describeStackResource(DescribeStackResourceRequest)| Constructor Summary | |
|---|---|
DescribeStackResourceRequest()
|
|
| Method Summary | |
|---|---|
String |
getLogicalResourceId()
The logical name of the resource as specified in the template. Default: There is on default value. |
String |
getStackName()
The name or the unique identifier associated with the stack. |
void |
setLogicalResourceId(String logicalResourceId)
The logical name of the resource as specified in the template. Default: There is on default value. |
void |
setStackName(String stackName)
The name or the unique identifier associated with the stack. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStackResourceRequest |
withLogicalResourceId(String logicalResourceId)
The logical name of the resource as specified in the template. Default: There is on default value. |
DescribeStackResourceRequest |
withStackName(String stackName)
The name or the unique identifier associated with the stack. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeStackResourceRequest()
| Method Detail |
|---|
public String getStackName()
Default: There is no default value.
Default: There is no default value.
public void setStackName(String stackName)
Default: There is no default value.
stackName - The name or the unique identifier associated with the stack. Default: There is no default value.
public DescribeStackResourceRequest withStackName(String stackName)
Default: There is no default value.
Returns a reference to this object so that method calls can be chained together.
stackName - The name or the unique identifier associated with the stack. Default: There is no default value.
public String getLogicalResourceId()
public void setLogicalResourceId(String logicalResourceId)
logicalResourceId - The logical name of the resource as specified in the
template.public DescribeStackResourceRequest withLogicalResourceId(String logicalResourceId)
Returns a reference to this object so that method calls can be chained together.
logicalResourceId - The logical name of the resource as specified in the
template.public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||