@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationError extends Object implements Serializable, Cloneable, StructuredPojo
Information about an error found in a behavior specification.
Constructor and Description |
---|
ValidationError() |
Modifier and Type | Method and Description |
---|---|
ValidationError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
The description of an error found in the behaviors.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setErrorMessage(String errorMessage)
The description of an error found in the behaviors.
|
String |
toString()
Returns a string representation of this object.
|
ValidationError |
withErrorMessage(String errorMessage)
The description of an error found in the behaviors.
|
public void setErrorMessage(String errorMessage)
The description of an error found in the behaviors.
errorMessage
- The description of an error found in the behaviors.public String getErrorMessage()
The description of an error found in the behaviors.
public ValidationError withErrorMessage(String errorMessage)
The description of an error found in the behaviors.
errorMessage
- The description of an error found in the behaviors.public String toString()
toString
in class Object
Object.toString()
public ValidationError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.