StructuredPojo
, ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>
@Generated("software.amazon.awssdk:codegen") public class MaintenanceWindowExecutionTaskIdentity extends Object implements StructuredPojo, ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>
Information about a task execution performed as part of a Maintenance Window execution.
Modifier and Type | Class | Description |
---|---|---|
static interface |
MaintenanceWindowExecutionTaskIdentity.Builder |
Modifier and Type | Method | Description |
---|---|---|
static MaintenanceWindowExecutionTaskIdentity.Builder |
builder() |
|
Date |
endTime() |
The time the task execution finished.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
MaintenanceWindowExecutionStatus
public 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.
MaintenanceWindowTaskType
public MaintenanceWindowExecutionTaskIdentity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>
public static MaintenanceWindowExecutionTaskIdentity.Builder builder()
public static Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.