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