@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ValidationError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.