@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduledQueryRunSummary extends Object implements Serializable, Cloneable, StructuredPojo
Run summary for the scheduled query
Constructor and Description |
---|
ScheduledQueryRunSummary() |
Modifier and Type | Method and Description |
---|---|
ScheduledQueryRunSummary |
clone() |
boolean |
equals(Object obj) |
ErrorReportLocation |
getErrorReportLocation()
S3 location for error report.
|
ExecutionStats |
getExecutionStats()
Runtime statistics for a scheduled run.
|
String |
getFailureReason()
Error message for the scheduled query in case of failure.
|
Date |
getInvocationTime()
InvocationTime for this run.
|
String |
getRunStatus()
The status of a scheduled query run.
|
Date |
getTriggerTime()
The actual time when the query was run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorReportLocation(ErrorReportLocation errorReportLocation)
S3 location for error report.
|
void |
setExecutionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
|
void |
setFailureReason(String failureReason)
Error message for the scheduled query in case of failure.
|
void |
setInvocationTime(Date invocationTime)
InvocationTime for this run.
|
void |
setRunStatus(String runStatus)
The status of a scheduled query run.
|
void |
setTriggerTime(Date triggerTime)
The actual time when the query was run.
|
String |
toString()
Returns a string representation of this object.
|
ScheduledQueryRunSummary |
withErrorReportLocation(ErrorReportLocation errorReportLocation)
S3 location for error report.
|
ScheduledQueryRunSummary |
withExecutionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
|
ScheduledQueryRunSummary |
withFailureReason(String failureReason)
Error message for the scheduled query in case of failure.
|
ScheduledQueryRunSummary |
withInvocationTime(Date invocationTime)
InvocationTime for this run.
|
ScheduledQueryRunSummary |
withRunStatus(ScheduledQueryRunStatus runStatus)
The status of a scheduled query run.
|
ScheduledQueryRunSummary |
withRunStatus(String runStatus)
The status of a scheduled query run.
|
ScheduledQueryRunSummary |
withTriggerTime(Date triggerTime)
The actual time when the query was run.
|
public void setInvocationTime(Date 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.
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.public Date getInvocationTime()
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 ScheduledQueryRunSummary withInvocationTime(Date 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.
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.public void setTriggerTime(Date triggerTime)
The actual time when the query was run.
triggerTime
- The actual time when the query was run.public Date getTriggerTime()
The actual time when the query was run.
public ScheduledQueryRunSummary withTriggerTime(Date triggerTime)
The actual time when the query was run.
triggerTime
- The actual time when the query was run.public void setRunStatus(String runStatus)
The status of a scheduled query run.
runStatus
- The status of a scheduled query run.ScheduledQueryRunStatus
public String getRunStatus()
The status of a scheduled query run.
ScheduledQueryRunStatus
public ScheduledQueryRunSummary withRunStatus(String runStatus)
The status of a scheduled query run.
runStatus
- The status of a scheduled query run.ScheduledQueryRunStatus
public ScheduledQueryRunSummary withRunStatus(ScheduledQueryRunStatus runStatus)
The status of a scheduled query run.
runStatus
- The status of a scheduled query run.ScheduledQueryRunStatus
public void setExecutionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
executionStats
- Runtime statistics for a scheduled run.public ExecutionStats getExecutionStats()
Runtime statistics for a scheduled run.
public ScheduledQueryRunSummary withExecutionStats(ExecutionStats executionStats)
Runtime statistics for a scheduled run.
executionStats
- Runtime statistics for a scheduled run.public void setErrorReportLocation(ErrorReportLocation errorReportLocation)
S3 location for error report.
errorReportLocation
- S3 location for error report.public ErrorReportLocation getErrorReportLocation()
S3 location for error report.
public ScheduledQueryRunSummary withErrorReportLocation(ErrorReportLocation errorReportLocation)
S3 location for error report.
errorReportLocation
- S3 location for error report.public void setFailureReason(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.
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 String getFailureReason()
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 withFailureReason(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.
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 String toString()
toString
in class Object
Object.toString()
public ScheduledQueryRunSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.