ToCopyableBuilder<ValidationMessage.Builder,ValidationMessage>
@Generated("software.amazon.awssdk:codegen") public class ValidationMessage extends Object implements ToCopyableBuilder<ValidationMessage.Builder,ValidationMessage>
An error or warning for a desired configuration option value.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ValidationMessage.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ValidationMessage.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
message() |
A message describing the error or warning.
|
String |
namespace() |
The namespace to which the option belongs.
|
String |
optionName() |
The name of the option.
|
static Class<? extends ValidationMessage.Builder> |
serializableBuilderClass() |
|
String |
severity() |
An indication of the severity of this message:
|
ValidationMessage.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String message()
A message describing the error or warning.
public String severity()
An indication of the severity of this message:
error
: This message indicates that this is not a valid setting for an option.
warning
: This message is providing information you should take into account.
error
: This message indicates that this is not a valid setting for an option.
warning
: This message is providing information you should take into account.
ValidationSeverity
public String namespace()
The namespace to which the option belongs.
public String optionName()
The name of the option.
public ValidationMessage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ValidationMessage.Builder,ValidationMessage>
public static ValidationMessage.Builder builder()
public static Class<? extends ValidationMessage.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.