Class InvalidConfigurationDetail
java.lang.Object
software.amazon.awssdk.services.appconfig.model.InvalidConfigurationDetail
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<InvalidConfigurationDetail.Builder,InvalidConfigurationDetail> 
@Generated("software.amazon.awssdk:codegen")
public final class InvalidConfigurationDetail
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InvalidConfigurationDetail.Builder,InvalidConfigurationDetail> 
Detailed information about the bad request exception error when creating a hosted configuration version.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe invalid or out-of-range validation constraint in your JSON schema that failed validation.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringlocation()Location of the validation constraint in the configuration JSON schema that failed validation.final Stringreason()The reason for an invalid configuration error.static Class<? extends InvalidConfigurationDetail.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringtype()The type of error for an invalid configuration.final Stringvalue()Details about an error with Lambda when a synchronous extension experiences an error during an invocation.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
constraint
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
- Returns:
 - The invalid or out-of-range validation constraint in your JSON schema that failed validation.
 
 - 
location
Location of the validation constraint in the configuration JSON schema that failed validation.
- Returns:
 - Location of the validation constraint in the configuration JSON schema that failed validation.
 
 - 
reason
The reason for an invalid configuration error.
- Returns:
 - The reason for an invalid configuration error.
 
 - 
type
The type of error for an invalid configuration.
- Returns:
 - The type of error for an invalid configuration.
 
 - 
value
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
- Returns:
 - Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<InvalidConfigurationDetail.Builder,InvalidConfigurationDetail> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
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. - 
getValueForField
 - 
sdkFields
 
 -