@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryCompileError extends Object implements Serializable, Cloneable, StructuredPojo
Reserved.
| Constructor and Description | 
|---|
| QueryCompileError() | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryCompileError | clone() | 
| boolean | equals(Object obj) | 
| QueryCompileErrorLocation | getLocation()
 Reserved. | 
| String | getMessage()
 Reserved. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setLocation(QueryCompileErrorLocation location)
 Reserved. | 
| void | setMessage(String message)
 Reserved. | 
| String | toString()Returns a string representation of this object. | 
| QueryCompileError | withLocation(QueryCompileErrorLocation location)
 Reserved. | 
| QueryCompileError | withMessage(String message)
 Reserved. | 
public void setLocation(QueryCompileErrorLocation location)
Reserved.
location - Reserved.public QueryCompileErrorLocation getLocation()
Reserved.
public QueryCompileError withLocation(QueryCompileErrorLocation location)
Reserved.
location - Reserved.public void setMessage(String message)
Reserved.
message - Reserved.public String getMessage()
Reserved.
public QueryCompileError withMessage(String message)
Reserved.
message - Reserved.public String toString()
toString in class ObjectObject.toString()public QueryCompileError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.