| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionDetail |
ValidationExceptionDetail.clone() |
ValidationExceptionDetail |
ValidationExceptionDetail.withFieldName(String fieldName)
The field name where the invalid entry was detected.
|
ValidationExceptionDetail |
ValidationExceptionDetail.withMessage(String message)
A message with the reason for the validation exception error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionDetail> |
ValidationException.getFields()
The list of fields that are invalid.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFields(ValidationExceptionDetail... fields)
The list of fields that are invalid.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFields(Collection<ValidationExceptionDetail> fields)
The list of fields that are invalid.
|
ValidationException |
ValidationException.withFields(Collection<ValidationExceptionDetail> fields)
The list of fields that are invalid.
|
Copyright © 2025. All rights reserved.