| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
TemplateSummary.clone() |
TemplateSummary |
TemplateSummary.withCreationTime(Date creationTime)
The time the generated template was created.
|
TemplateSummary |
TemplateSummary.withGeneratedTemplateId(String generatedTemplateId)
The Amazon Resource Name (ARN) of the generated template.
|
TemplateSummary |
TemplateSummary.withGeneratedTemplateName(String generatedTemplateName)
The name of the generated template.
|
TemplateSummary |
TemplateSummary.withLastUpdatedTime(Date lastUpdatedTime)
The time the generated template was last updated.
|
TemplateSummary |
TemplateSummary.withNumberOfResources(Integer numberOfResources)
The number of resources in the generated template.
|
TemplateSummary |
TemplateSummary.withStatus(GeneratedTemplateStatus status)
The status of the template generation.
|
TemplateSummary |
TemplateSummary.withStatus(String status)
The status of the template generation.
|
TemplateSummary |
TemplateSummary.withStatusReason(String statusReason)
The reason for the current template generation status.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSummary> |
ListGeneratedTemplatesResult.getSummaries()
A list of summaries of the generated templates.
|
| Modifier and Type | Method and Description |
|---|---|
ListGeneratedTemplatesResult |
ListGeneratedTemplatesResult.withSummaries(TemplateSummary... summaries)
A list of summaries of the generated templates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGeneratedTemplatesResult.setSummaries(Collection<TemplateSummary> summaries)
A list of summaries of the generated templates.
|
ListGeneratedTemplatesResult |
ListGeneratedTemplatesResult.withSummaries(Collection<TemplateSummary> summaries)
A list of summaries of the generated templates.
|
Copyright © 2024. All rights reserved.