@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationExceptionField extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes a request field with a validation error.
Constructor and Description |
---|
ValidationExceptionField() |
Modifier and Type | Method and Description |
---|---|
ValidationExceptionField |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the request field that had a validation error.
|
String |
getValidationIssue()
The validation error caused by the request field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the request field that had a validation error.
|
void |
setValidationIssue(String validationIssue)
The validation error caused by the request field.
|
String |
toString()
Returns a string representation of this object.
|
ValidationExceptionField |
withName(String name)
The name of the request field that had a validation error.
|
ValidationExceptionField |
withValidationIssue(String validationIssue)
The validation error caused by the request field.
|
public void setName(String name)
The name of the request field that had a validation error.
name
- The name of the request field that had a validation error.public String getName()
The name of the request field that had a validation error.
public ValidationExceptionField withName(String name)
The name of the request field that had a validation error.
name
- The name of the request field that had a validation error.public void setValidationIssue(String validationIssue)
The validation error caused by the request field.
validationIssue
- The validation error caused by the request field.public String getValidationIssue()
The validation error caused by the request field.
public ValidationExceptionField withValidationIssue(String validationIssue)
The validation error caused by the request field.
validationIssue
- The validation error caused by the request field.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.