@Generated(value="software.amazon.awssdk:codegen") public final class QueryCompileErrorLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryCompileErrorLocation.Builder,QueryCompileErrorLocation>
Reserved.
Modifier and Type | Class and Description |
---|---|
static interface |
QueryCompileErrorLocation.Builder |
Modifier and Type | Method and Description |
---|---|
static QueryCompileErrorLocation.Builder |
builder() |
Integer |
endCharOffset()
Reserved.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryCompileErrorLocation.Builder> |
serializableBuilderClass() |
Integer |
startCharOffset()
Reserved.
|
QueryCompileErrorLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Integer startCharOffset()
Reserved.
public Integer endCharOffset()
Reserved.
public QueryCompileErrorLocation.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<QueryCompileErrorLocation.Builder,QueryCompileErrorLocation>
public static QueryCompileErrorLocation.Builder builder()
public static Class<? extends QueryCompileErrorLocation.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.