@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 |
|---|---|
static MaintenanceWindowExecutionTaskIdentity.Builder |
builder() |
Instant |
endTime()
The time the task execution finished.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 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.
|
String |
windowExecutionId()
The ID of the maintenance window execution that ran the task.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String windowExecutionId()
The ID of the maintenance window execution that ran the task.
public String taskExecutionId()
The ID of the specific task execution in the maintenance window execution.
public 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 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 String statusDetails()
The details explaining the status of the task execution. Only available for certain status values.
public Instant startTime()
The time the task execution started.
public Instant endTime()
The time the task execution finished.
public String taskArn()
The ARN of the task that ran.
public 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 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 MaintenanceWindowExecutionTaskIdentity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>public static MaintenanceWindowExecutionTaskIdentity.Builder builder()
public static Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.