@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationError extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ValidationError() |
| Modifier and Type | Method and Description |
|---|---|
ValidationError |
clone() |
boolean |
equals(Object obj) |
String |
getElementPath() |
String |
getErrorMessage() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setElementPath(String elementPath) |
void |
setErrorMessage(String errorMessage) |
String |
toString()
Returns a string representation of this object.
|
ValidationError |
withElementPath(String elementPath) |
ValidationError |
withErrorMessage(String errorMessage) |
public void setElementPath(String elementPath)
elementPath - public String getElementPath()
public ValidationError withElementPath(String elementPath)
elementPath - public void setErrorMessage(String errorMessage)
errorMessage - public String getErrorMessage()
public ValidationError withErrorMessage(String errorMessage)
errorMessage - public String toString()
toString in class ObjectObject.toString()public ValidationError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.