Class PropertyValidationExceptionProperty
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.PropertyValidationExceptionProperty
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PropertyValidationExceptionProperty.Builder,PropertyValidationExceptionProperty>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePropertyValidationExceptionProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyValidationExceptionProperty.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A message describing why the property is not valid.StringpropertyPath()The full property path.PropertyValidationExceptionReasonreason()Why the property is not valid.StringreasonAsString()Why the property is not valid.List<SdkField<?>>sdkFields()static Class<? extends PropertyValidationExceptionProperty.Builder>serializableBuilderClass()PropertyValidationExceptionProperty.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
propertyPath
public final String propertyPath()
The full property path.
- Returns:
- The full property path.
-
reason
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,
reasonwill returnPropertyValidationExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- Why the property is not valid.
- See Also:
PropertyValidationExceptionReason
-
reasonAsString
public 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,
reasonwill returnPropertyValidationExceptionReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- Why the property is not valid.
- See Also:
PropertyValidationExceptionReason
-
message
public final String message()
A message describing why the property is not valid.
- Returns:
- A message describing why the property is not valid.
-
toBuilder
public PropertyValidationExceptionProperty.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PropertyValidationExceptionProperty.Builder,PropertyValidationExceptionProperty>
-
builder
public static PropertyValidationExceptionProperty.Builder builder()
-
serializableBuilderClass
public static Class<? extends PropertyValidationExceptionProperty.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-