@Generated(value="software.amazon.awssdk:codegen") public final class MonitoringExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary>
Summary of information about the last monitoring job to run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonitoringExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringExecutionSummary.Builder |
builder() |
Instant |
creationTime()
The time at which the monitoring job was created.
|
String |
endpointName()
The name of the endpoint used to run the monitoring job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
Contains the reason a monitoring job failed, if it failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
A timestamp that indicates the last time the monitoring job was modified.
|
ExecutionStatus |
monitoringExecutionStatus()
The status of the monitoring job.
|
String |
monitoringExecutionStatusAsString()
The status of the monitoring job.
|
String |
monitoringJobDefinitionName()
The name of the monitoring job.
|
String |
monitoringScheduleName()
The name of the monitoring schedule.
|
MonitoringType |
monitoringType()
The type of the monitoring job.
|
String |
monitoringTypeAsString()
The type of the monitoring job.
|
String |
processingJobArn()
The Amazon Resource Name (ARN) of the monitoring job.
|
Instant |
scheduledTime()
The time the monitoring job was scheduled.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitoringExecutionSummary.Builder> |
serializableBuilderClass() |
MonitoringExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String monitoringScheduleName()
The name of the monitoring schedule.
public Instant scheduledTime()
The time the monitoring job was scheduled.
public Instant creationTime()
The time at which the monitoring job was created.
public Instant lastModifiedTime()
A timestamp that indicates the last time the monitoring job was modified.
public ExecutionStatus monitoringExecutionStatus()
The status of the monitoring job.
If the service returns an enum value that is not available in the current SDK version,
monitoringExecutionStatus will return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from monitoringExecutionStatusAsString().
ExecutionStatuspublic String monitoringExecutionStatusAsString()
The status of the monitoring job.
If the service returns an enum value that is not available in the current SDK version,
monitoringExecutionStatus will return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from monitoringExecutionStatusAsString().
ExecutionStatuspublic String processingJobArn()
The Amazon Resource Name (ARN) of the monitoring job.
public String endpointName()
The name of the endpoint used to run the monitoring job.
public String failureReason()
Contains the reason a monitoring job failed, if it failed.
public String monitoringJobDefinitionName()
The name of the monitoring job.
public MonitoringType monitoringType()
The type of the monitoring job.
If the service returns an enum value that is not available in the current SDK version, monitoringType
will return MonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from monitoringTypeAsString().
MonitoringTypepublic String monitoringTypeAsString()
The type of the monitoring job.
If the service returns an enum value that is not available in the current SDK version, monitoringType
will return MonitoringType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from monitoringTypeAsString().
MonitoringTypepublic MonitoringExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonitoringExecutionSummary.Builder,MonitoringExecutionSummary>public static MonitoringExecutionSummary.Builder builder()
public static Class<? extends MonitoringExecutionSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.