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