@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) |
boolean |
equalsBySdkFields(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, wait
copy
public 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()
.
MaintenanceWindowExecutionStatus
public 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()
.
MaintenanceWindowExecutionStatus
public final String statusDetails()
The details explaining the status of the task execution. Only available for certain 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 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()
.
MaintenanceWindowTaskType
public 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()
.
MaintenanceWindowTaskType
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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.