@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidConfigurationDetail extends Object implements Serializable, Cloneable, StructuredPojo
Detailed information about the bad request exception error when creating a hosted configuration version.
Constructor and Description |
---|
InvalidConfigurationDetail() |
Modifier and Type | Method and Description |
---|---|
InvalidConfigurationDetail |
clone() |
boolean |
equals(Object obj) |
String |
getConstraint()
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
|
String |
getLocation()
Location of the validation constraint in the configuration JSON schema that failed validation.
|
String |
getReason()
The reason for an invalid configuration error.
|
String |
getType()
The type of error for an invalid configuration.
|
String |
getValue()
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConstraint(String constraint)
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
|
void |
setLocation(String location)
Location of the validation constraint in the configuration JSON schema that failed validation.
|
void |
setReason(String reason)
The reason for an invalid configuration error.
|
void |
setType(String type)
The type of error for an invalid configuration.
|
void |
setValue(String value)
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
|
String |
toString()
Returns a string representation of this object.
|
InvalidConfigurationDetail |
withConstraint(String constraint)
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
|
InvalidConfigurationDetail |
withLocation(String location)
Location of the validation constraint in the configuration JSON schema that failed validation.
|
InvalidConfigurationDetail |
withReason(String reason)
The reason for an invalid configuration error.
|
InvalidConfigurationDetail |
withType(String type)
The type of error for an invalid configuration.
|
InvalidConfigurationDetail |
withValue(String value)
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
|
public void setConstraint(String constraint)
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
constraint
- The invalid or out-of-range validation constraint in your JSON schema that failed validation.public String getConstraint()
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
public InvalidConfigurationDetail withConstraint(String constraint)
The invalid or out-of-range validation constraint in your JSON schema that failed validation.
constraint
- The invalid or out-of-range validation constraint in your JSON schema that failed validation.public void setLocation(String location)
Location of the validation constraint in the configuration JSON schema that failed validation.
location
- Location of the validation constraint in the configuration JSON schema that failed validation.public String getLocation()
Location of the validation constraint in the configuration JSON schema that failed validation.
public InvalidConfigurationDetail withLocation(String location)
Location of the validation constraint in the configuration JSON schema that failed validation.
location
- Location of the validation constraint in the configuration JSON schema that failed validation.public void setReason(String reason)
The reason for an invalid configuration error.
reason
- The reason for an invalid configuration error.public String getReason()
The reason for an invalid configuration error.
public InvalidConfigurationDetail withReason(String reason)
The reason for an invalid configuration error.
reason
- The reason for an invalid configuration error.public void setType(String type)
The type of error for an invalid configuration.
type
- The type of error for an invalid configuration.public String getType()
The type of error for an invalid configuration.
public InvalidConfigurationDetail withType(String type)
The type of error for an invalid configuration.
type
- The type of error for an invalid configuration.public void setValue(String value)
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
value
- Details about an error with Lambda when a synchronous extension experiences an error during an invocation.public String getValue()
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
public InvalidConfigurationDetail withValue(String value)
Details about an error with Lambda when a synchronous extension experiences an error during an invocation.
value
- Details about an error with Lambda when a synchronous extension experiences an error during an invocation.public String toString()
toString
in class Object
Object.toString()
public InvalidConfigurationDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.