@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationExceptionField extends Object implements Serializable, Cloneable, StructuredPojo
Stores information about a field that’s passed inside a request that resulted in an exception.
| Constructor and Description | 
|---|
| ValidationExceptionField() | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidationExceptionField | clone() | 
| boolean | equals(Object obj) | 
| String | getMessage()
 The name of the field. | 
| String | getName()
 Message describing why the field failed validation. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setMessage(String message)
 The name of the field. | 
| void | setName(String name)
 Message describing why the field failed validation. | 
| String | toString()Returns a string representation of this object. | 
| ValidationExceptionField | withMessage(String message)
 The name of the field. | 
| ValidationExceptionField | withName(String name)
 Message describing why the field failed validation. | 
public void setMessage(String message)
The name of the field.
message - The name of the field.public String getMessage()
The name of the field.
public ValidationExceptionField withMessage(String message)
The name of the field.
message - The name of the field.public void setName(String name)
Message describing why the field failed validation.
name - Message describing why the field failed validation.public String getName()
Message describing why the field failed validation.
public ValidationExceptionField withName(String name)
Message describing why the field failed validation.
name - Message describing why the field failed validation.public String toString()
toString in class ObjectObject.toString()public ValidationExceptionField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.