@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryCompileErrorLocation extends Object implements Serializable, Cloneable, StructuredPojo
Reserved.
Constructor and Description |
---|
QueryCompileErrorLocation() |
Modifier and Type | Method and Description |
---|---|
QueryCompileErrorLocation |
clone() |
boolean |
equals(Object obj) |
Integer |
getEndCharOffset()
Reserved.
|
Integer |
getStartCharOffset()
Reserved.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndCharOffset(Integer endCharOffset)
Reserved.
|
void |
setStartCharOffset(Integer startCharOffset)
Reserved.
|
String |
toString()
Returns a string representation of this object.
|
QueryCompileErrorLocation |
withEndCharOffset(Integer endCharOffset)
Reserved.
|
QueryCompileErrorLocation |
withStartCharOffset(Integer startCharOffset)
Reserved.
|
public void setStartCharOffset(Integer startCharOffset)
Reserved.
startCharOffset
- Reserved.public Integer getStartCharOffset()
Reserved.
public QueryCompileErrorLocation withStartCharOffset(Integer startCharOffset)
Reserved.
startCharOffset
- Reserved.public void setEndCharOffset(Integer endCharOffset)
Reserved.
endCharOffset
- Reserved.public Integer getEndCharOffset()
Reserved.
public QueryCompileErrorLocation withEndCharOffset(Integer endCharOffset)
Reserved.
endCharOffset
- Reserved.public String toString()
toString
in class Object
Object.toString()
public QueryCompileErrorLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.