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