@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedQueryExecutionId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>
Describes a query execution that failed to process.
Modifier and Type | Class and Description |
---|---|
static interface |
UnprocessedQueryExecutionId.Builder |
Modifier and Type | Method and Description |
---|---|
static UnprocessedQueryExecutionId.Builder |
builder() |
boolean |
equals(Object obj) |
String |
errorCode()
The error code returned when the query execution failed to process, if applicable.
|
String |
errorMessage()
The error message returned when the query execution failed to process, if applicable.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queryExecutionId()
The unique identifier of the query execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedQueryExecutionId.Builder> |
serializableBuilderClass() |
UnprocessedQueryExecutionId.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String queryExecutionId()
The unique identifier of the query execution.
public String errorCode()
The error code returned when the query execution failed to process, if applicable.
public String errorMessage()
The error message returned when the query execution failed to process, if applicable.
public UnprocessedQueryExecutionId.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>
public static UnprocessedQueryExecutionId.Builder builder()
public static Class<? extends UnprocessedQueryExecutionId.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.