@Generated(value="software.amazon.awssdk:codegen") public final class MaintenanceWindowExecutionTaskIdentity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>
Information about a task execution performed as part of a maintenance window execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaintenanceWindowExecutionTaskIdentity.Builder |
| Modifier and Type | Method and Description |
|---|---|
AlarmConfiguration |
alarmConfiguration()
The details for the CloudWatch alarm applied to your maintenance window task.
|
static MaintenanceWindowExecutionTaskIdentity.Builder |
builder() |
Instant |
endTime()
The time the task execution finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTriggeredAlarms()
For responses, this returns true if the service returned a value for the TriggeredAlarms property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time the task execution started.
|
MaintenanceWindowExecutionStatus |
status()
The status of the task execution.
|
String |
statusAsString()
The status of the task execution.
|
String |
statusDetails()
The details explaining the status of the task execution.
|
String |
taskArn()
The Amazon Resource Name (ARN) of the task that ran.
|
String |
taskExecutionId()
The ID of the specific task execution in the maintenance window execution.
|
MaintenanceWindowTaskType |
taskType()
The type of task that ran.
|
String |
taskTypeAsString()
The type of task that ran.
|
MaintenanceWindowExecutionTaskIdentity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<AlarmStateInformation> |
triggeredAlarms()
The CloudWatch alarm that was invoked by the maintenance window task.
|
String |
windowExecutionId()
The ID of the maintenance window execution that ran the task.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String windowExecutionId()
The ID of the maintenance window execution that ran the task.
public final String taskExecutionId()
The ID of the specific task execution in the maintenance window execution.
public final MaintenanceWindowExecutionStatus status()
The status of the task execution.
If the service returns an enum value that is not available in the current SDK version, status will
return MaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
MaintenanceWindowExecutionStatuspublic final String statusAsString()
The status of the task execution.
If the service returns an enum value that is not available in the current SDK version, status will
return MaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
MaintenanceWindowExecutionStatuspublic final String statusDetails()
The details explaining the status of the task execution. Not available for all status values.
public final Instant startTime()
The time the task execution started.
public final Instant endTime()
The time the task execution finished.
public final String taskArn()
The Amazon Resource Name (ARN) of the task that ran.
public final MaintenanceWindowTaskType taskType()
The type of task that ran.
If the service returns an enum value that is not available in the current SDK version, taskType will
return MaintenanceWindowTaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from taskTypeAsString().
MaintenanceWindowTaskTypepublic final String taskTypeAsString()
The type of task that ran.
If the service returns an enum value that is not available in the current SDK version, taskType will
return MaintenanceWindowTaskType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from taskTypeAsString().
MaintenanceWindowTaskTypepublic final AlarmConfiguration alarmConfiguration()
The details for the CloudWatch alarm applied to your maintenance window task.
public final boolean hasTriggeredAlarms()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AlarmStateInformation> triggeredAlarms()
The CloudWatch alarm that was invoked by the maintenance window task.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTriggeredAlarms() method.
public MaintenanceWindowExecutionTaskIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>public static MaintenanceWindowExecutionTaskIdentity.Builder builder()
public static Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.