@Generated(value="software.amazon.awssdk:codegen") public class MaintenanceWindowExecutionTaskIdentity extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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() |
Date |
endTime()
The time the task execution finished.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder> |
serializableBuilderClass() |
Date |
startTime()
The time the task execution started.
|
String |
status()
The status of the task execution.
|
String |
statusDetails()
The details explaining the status of the task execution.
|
String |
taskArn()
The ARN of the executed task.
|
String |
taskExecutionId()
The ID of the specific task execution in the Maintenance Window execution.
|
String |
taskType()
The type of executed task.
|
MaintenanceWindowExecutionTaskIdentity.Builder |
toBuilder() |
String |
toString() |
String |
windowExecutionId()
The ID of the Maintenance Window execution that ran the task.
|
public 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 String status()
The status of the task execution.
MaintenanceWindowExecutionStatuspublic String statusDetails()
The details explaining the status of the task execution. Only available for certain status values.
public Date startTime()
The time the task execution started.
public Date endTime()
The time the task execution finished.
public String taskArn()
The ARN of the executed task.
public String taskType()
The type of executed task.
MaintenanceWindowTaskTypepublic MaintenanceWindowExecutionTaskIdentity.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>public static MaintenanceWindowExecutionTaskIdentity.Builder builder()
public static Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.