@Generated(value="software.amazon.awssdk:codegen") public final class PropertyValidationExceptionProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyValidationExceptionProperty.Builder,PropertyValidationExceptionProperty>
Contains information about why a property is not valid.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropertyValidationExceptionProperty.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropertyValidationExceptionProperty.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message describing why the property is not valid.
|
String |
propertyPath()
The full property path.
|
PropertyValidationExceptionReason |
reason()
Why the property is not valid.
|
String |
reasonAsString()
Why the property is not valid.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertyValidationExceptionProperty.Builder> |
serializableBuilderClass() |
PropertyValidationExceptionProperty.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String propertyPath()
The full property path.
public final PropertyValidationExceptionReason reason()
Why the property is not valid.
If the service returns an enum value that is not available in the current SDK version, reason will
return PropertyValidationExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from reasonAsString().
PropertyValidationExceptionReasonpublic final String reasonAsString()
Why the property is not valid.
If the service returns an enum value that is not available in the current SDK version, reason will
return PropertyValidationExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from reasonAsString().
PropertyValidationExceptionReasonpublic final String message()
A message describing why the property is not valid.
public PropertyValidationExceptionProperty.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PropertyValidationExceptionProperty.Builder,PropertyValidationExceptionProperty>public static PropertyValidationExceptionProperty.Builder builder()
public static Class<? extends PropertyValidationExceptionProperty.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.