Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeStackResourceRequest.Builder,DescribeStackResourceRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeStackResourceRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeStackResourceRequest.Builder,DescribeStackResourceRequest>
The input for DescribeStackResource action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeStackResourceRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeStackResourceRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
logicalResourceId() |
The logical name of the resource as specified in the template.
|
static Class<? extends DescribeStackResourceRequest.Builder> |
serializableBuilderClass() |
|
String |
stackName() |
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
DescribeStackResourceRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String stackName()
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID.
Deleted stacks: You must specify the unique stack ID.
Default: There is no default value.
Running stacks: You can specify either the stack's name or its unique stack ID.
Deleted stacks: You must specify the unique stack ID.
Default: There is no default value.
public String logicalResourceId()
The logical name of the resource as specified in the template.
Default: There is no default value.
Default: There is no default value.
public DescribeStackResourceRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeStackResourceRequest.Builder,DescribeStackResourceRequest>
public static DescribeStackResourceRequest.Builder builder()
public static Class<? extends DescribeStackResourceRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.