@Generated(value="software.amazon.awssdk:codegen") public final class ScheduledQueryRunSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduledQueryRunSummary.Builder,ScheduledQueryRunSummary>
Run summary for the scheduled query
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduledQueryRunSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledQueryRunSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorReportLocation |
errorReportLocation()
S3 location for error report.
|
ExecutionStats |
executionStats()
Runtime statistics for a scheduled run.
|
String |
failureReason()
Error message for the scheduled query in case of failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
invocationTime()
InvocationTime for this run.
|
ScheduledQueryRunStatus |
runStatus()
The status of a scheduled query run.
|
String |
runStatusAsString()
The status of a scheduled query run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduledQueryRunSummary.Builder> |
serializableBuilderClass() |
ScheduledQueryRunSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
triggerTime()
The actual time when the query was run.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant invocationTime()
InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter
@scheduled_runtime can be used in the query to get the value.
@scheduled_runtime can be used in the query to get the value.public final Instant triggerTime()
The actual time when the query was run.
public final ScheduledQueryRunStatus runStatus()
The status of a scheduled query run.
If the service returns an enum value that is not available in the current SDK version, runStatus will
return ScheduledQueryRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from runStatusAsString().
ScheduledQueryRunStatuspublic final String runStatusAsString()
The status of a scheduled query run.
If the service returns an enum value that is not available in the current SDK version, runStatus will
return ScheduledQueryRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from runStatusAsString().
ScheduledQueryRunStatuspublic final ExecutionStats executionStats()
Runtime statistics for a scheduled run.
public final ErrorReportLocation errorReportLocation()
S3 location for error report.
public final String failureReason()
Error message for the scheduled query in case of failure. You might have to look at the error report to get more detailed error reasons.
public ScheduledQueryRunSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduledQueryRunSummary.Builder,ScheduledQueryRunSummary>public static ScheduledQueryRunSummary.Builder builder()
public static Class<? extends ScheduledQueryRunSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.