@Generated(value="software.amazon.awssdk:codegen") public final class GetTemplateSummaryRequest extends CloudFormationRequest implements ToCopyableBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>
The input for the GetTemplateSummary action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTemplateSummaryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTemplateSummaryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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 |
stackSetName()
The name or unique ID of the stack set from which the stack was created.
|
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() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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,
StackSetName, TemplateBody, or TemplateURL.
Conditional: You must specify only one of the following parameters: StackName,
StackSetName, TemplateBody, or TemplateURL.
public final 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 or a Systems Manager document. 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,
StackSetName, TemplateBody, or TemplateURL.
Conditional: You must specify only one of the following parameters: StackName,
StackSetName, TemplateBody, or TemplateURL.
public final 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,
StackSetName, TemplateBody, or TemplateURL.
Conditional: You must specify only one of the following parameters: StackName,
StackSetName, TemplateBody, or TemplateURL.
public final String stackSetName()
The name or unique ID of the stack set from which the stack was created.
Conditional: You must specify only one of the following parameters: StackName,
StackSetName, TemplateBody, or TemplateURL.
Conditional: You must specify only one of the following parameters: StackName,
StackSetName, TemplateBody, or TemplateURL.
public GetTemplateSummaryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTemplateSummaryRequest.Builder,GetTemplateSummaryRequest>toBuilder in class CloudFormationRequestpublic static GetTemplateSummaryRequest.Builder builder()
public static Class<? extends GetTemplateSummaryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.