@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 final String monitoringScheduleName()
The name of the monitoring schedule.
public final Instant scheduledTime()
The time the monitoring job was scheduled.
public final Instant creationTime()
The time at which the monitoring job was created.
public final Instant lastModifiedTime()
A timestamp that indicates the last time the monitoring job was modified.
public final 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 final 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 final String processingJobArn()
The Amazon Resource Name (ARN) of the monitoring job.
public final String endpointName()
The name of the endpoint used to run the monitoring job.
public final String failureReason()
Contains the reason a monitoring job failed, if it failed.
public final String monitoringJobDefinitionName()
The name of the monitoring job.
public final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.