| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.clone() |
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withChangeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withChangeSetId(String changeSetId)
The unique identifier for a change set.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withChangeSetName(String changeSetName)
The non-unique name for the change set.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withEndTime(String endTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withEntityIdList(Collection<String> entityIdList)
This object is a list of entity IDs (string) that are a part of a change set.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withEntityIdList(String... entityIdList)
This object is a list of entity IDs (string) that are a part of a change set.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withFailureCode(FailureCode failureCode)
Returned if the change set is in
FAILED status. |
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withFailureCode(String failureCode)
Returned if the change set is in
FAILED status. |
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withStartTime(String startTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withStatus(ChangeStatus status)
The current status of the change set.
|
ChangeSetSummaryListItem |
ChangeSetSummaryListItem.withStatus(String status)
The current status of the change set.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeSetSummaryListItem> |
ListChangeSetsResult.getChangeSetSummaryList()
Array of
ChangeSetSummaryListItem objects. |
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResult |
ListChangeSetsResult.withChangeSetSummaryList(ChangeSetSummaryListItem... changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChangeSetsResult.setChangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
ListChangeSetsResult |
ListChangeSetsResult.withChangeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)
Array of
ChangeSetSummaryListItem objects. |
Copyright © 2024. All rights reserved.