public class DescribeStackResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
DescribeStackResourceRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLogicalResourceId()
The logical name of the resource as specified in the template.
|
java.lang.String |
getStackName()
The name or the unique identifier associated with the stack.
|
int |
hashCode() |
void |
setLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource as specified in the template.
|
void |
setStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackResourceRequest |
withLogicalResourceId(java.lang.String logicalResourceId)
The logical name of the resource as specified in the template.
|
DescribeStackResourceRequest |
withStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getStackName()
Default: There is no default value.
Default: There is no default value.
public void setStackName(java.lang.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(java.lang.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 java.lang.String getLogicalResourceId()
Default: There is no default value.
Default: There is no default value.
public void setLogicalResourceId(java.lang.String logicalResourceId)
Default: There is no default value.
logicalResourceId - The logical name of the resource as specified in the template.
Default: There is no default value.
public DescribeStackResourceRequest withLogicalResourceId(java.lang.String logicalResourceId)
Default: There is no default value.
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.
Default: There is no default value.
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object