StructuredPojo
, ToCopyableBuilder<QueryExecutionStatus.Builder,QueryExecutionStatus>
@Generated("software.amazon.awssdk:codegen") public class QueryExecutionStatus extends Object implements StructuredPojo, ToCopyableBuilder<QueryExecutionStatus.Builder,QueryExecutionStatus>
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
Modifier and Type | Class | Description |
---|---|---|
static interface |
QueryExecutionStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static QueryExecutionStatus.Builder |
builder() |
|
Date |
completionDateTime() |
The date and time that the query completed.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends QueryExecutionStatus.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of query execution.
|
String |
stateChangeReason() |
Further detail about the status of the query.
|
Date |
submissionDateTime() |
The date and time that the query was submitted.
|
QueryExecutionStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String state()
The state of query execution. SUBMITTED
indicates that the query is queued for execution.
RUNNING
indicates that the query is scanning data and returning results. SUCCEEDED
indicates that the query completed without error. FAILED
indicates that the query experienced an
error and did not complete processing. CANCELLED
indicates that user input interrupted query
execution.
SUBMITTED
indicates that the query is queued for execution.
RUNNING
indicates that the query is scanning data and returning results.
SUCCEEDED
indicates that the query completed without error. FAILED
indicates
that the query experienced an error and did not complete processing. CANCELLED
indicates
that user input interrupted query execution.QueryExecutionState
public String stateChangeReason()
Further detail about the status of the query.
public Date submissionDateTime()
The date and time that the query was submitted.
public Date completionDateTime()
The date and time that the query completed.
public QueryExecutionStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<QueryExecutionStatus.Builder,QueryExecutionStatus>
public static QueryExecutionStatus.Builder builder()
public static Class<? extends QueryExecutionStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.