Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>
@Generated("software.amazon.awssdk:codegen") public class GetTemplateSummaryRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>
The input for the GetTemplateSummary action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetTemplateSummaryRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetTemplateSummaryRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetTemplateSummaryRequest.Builder> |
serializableBuilderClass() |
|
String |
stackName() |
The name or the stack ID that is associated with the stack, which are not always interchangeable.
|
String |
templateBody() |
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
String |
templateURL() |
Location of file containing the template body.
|
GetTemplateSummaryRequest.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 templateBody()
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
public String templateURL()
Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that is located in an Amazon S3 bucket. For more information about templates, see Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
public String stackName()
The name or the stack ID that is associated with the stack, which are not always interchangeable. For running stacks, you can specify either the stack's name or its unique stack ID. For deleted stack, you must specify the unique stack ID.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
Conditional: You must specify only one of the following parameters: StackName
,
TemplateBody
, or TemplateURL
.
public GetTemplateSummaryRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>
public static GetTemplateSummaryRequest.Builder builder()
public static Class<? extends GetTemplateSummaryRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.