@Generated(value="software.amazon.awssdk:codegen") public final class ValidationExceptionErrorArgument extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ValidationExceptionErrorArgument.Builder,ValidationExceptionErrorArgument>
A validation exception error argument.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValidationExceptionErrorArgument.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ValidationExceptionErrorArgument.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The argument's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ValidationExceptionErrorArgument.Builder> |
serializableBuilderClass() |
ValidationExceptionErrorArgument.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The argument's value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The argument's name.
public final String value()
The argument's value.
public ValidationExceptionErrorArgument.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ValidationExceptionErrorArgument.Builder,ValidationExceptionErrorArgument>public static ValidationExceptionErrorArgument.Builder builder()
public static Class<? extends ValidationExceptionErrorArgument.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.