| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ValidationResult.clone() |
ValidationResult |
ValidationResult.withState(LaunchProfileValidationState state)
The current state.
|
ValidationResult |
ValidationResult.withState(String state)
The current state.
|
ValidationResult |
ValidationResult.withStatusCode(LaunchProfileValidationStatusCode statusCode)
The status code.
|
ValidationResult |
ValidationResult.withStatusCode(String statusCode)
The status code.
|
ValidationResult |
ValidationResult.withStatusMessage(String statusMessage)
The status message for the validation result.
|
ValidationResult |
ValidationResult.withType(LaunchProfileValidationType type)
The type of the validation result.
|
ValidationResult |
ValidationResult.withType(String type)
The type of the validation result.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
LaunchProfile.getValidationResults()
The list of the latest validation results.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchProfile |
LaunchProfile.withValidationResults(ValidationResult... validationResults)
The list of the latest validation results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchProfile.setValidationResults(Collection<ValidationResult> validationResults)
The list of the latest validation results.
|
LaunchProfile |
LaunchProfile.withValidationResults(Collection<ValidationResult> validationResults)
The list of the latest validation results.
|
Copyright © 2023. All rights reserved.