| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
ErrorDetail.withErrorCode(String errorCode)
The error code that identifies the type of error.
|
ErrorDetail |
ErrorDetail.withErrorMessage(String errorMessage)
The message for the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetail> |
ChangeSummary.getErrorDetailList()
An array of
ErrorDetail objects associated with the change. |
| Modifier and Type | Method and Description |
|---|---|
ChangeSummary |
ChangeSummary.withErrorDetailList(ErrorDetail... errorDetailList)
An array of
ErrorDetail objects associated with the change. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSummary.setErrorDetailList(Collection<ErrorDetail> errorDetailList)
An array of
ErrorDetail objects associated with the change. |
ChangeSummary |
ChangeSummary.withErrorDetailList(Collection<ErrorDetail> errorDetailList)
An array of
ErrorDetail objects associated with the change. |
Copyright © 2023. All rights reserved.