@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationExceptionField extends Object implements Serializable, Cloneable, StructuredPojo
Validate exception field.
| Constructor and Description | 
|---|
| ValidationExceptionField() | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidationExceptionField | clone() | 
| boolean | equals(Object obj) | 
| String | getMessage()
 Validate exception field message. | 
| String | getName()
 Validate exception field name. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setMessage(String message)
 Validate exception field message. | 
| void | setName(String name)
 Validate exception field name. | 
| String | toString()Returns a string representation of this object. | 
| ValidationExceptionField | withMessage(String message)
 Validate exception field message. | 
| ValidationExceptionField | withName(String name)
 Validate exception field name. | 
public void setMessage(String message)
Validate exception field message.
message - Validate exception field message.public String getMessage()
Validate exception field message.
public ValidationExceptionField withMessage(String message)
Validate exception field message.
message - Validate exception field message.public void setName(String name)
Validate exception field name.
name - Validate exception field name.public String getName()
Validate exception field name.
public ValidationExceptionField withName(String name)
Validate exception field name.
name - Validate exception field name.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.