| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
TemplateSummary.clone() |
TemplateSummary |
TemplateSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the template.
|
TemplateSummary |
TemplateSummary.withDescription(String description)
The description of the template.
|
TemplateSummary |
TemplateSummary.withId(String id)
The ID of the template.
|
TemplateSummary |
TemplateSummary.withName(String name)
The name of the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSummary> |
ListTemplatesResult.getTemplateSummary()
The summary of the template.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesResult |
ListTemplatesResult.withTemplateSummary(TemplateSummary... templateSummary)
The summary of the template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatesResult.setTemplateSummary(Collection<TemplateSummary> templateSummary)
The summary of the template.
|
ListTemplatesResult |
ListTemplatesResult.withTemplateSummary(Collection<TemplateSummary> templateSummary)
The summary of the template.
|
Copyright © 2023. All rights reserved.