@Generated(value="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 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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 executed task.
|
String |
taskExecutionId()
The ID of the specific task execution in the Maintenance Window execution.
|
MaintenanceWindowTaskType |
taskType()
The type of executed task.
|
String |
taskTypeAsString()
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.
|
copypublic 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 executed task.
public MaintenanceWindowTaskType taskType()
The type of executed task.
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 executed task.
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<MaintenanceWindowExecutionTaskIdentity.Builder,MaintenanceWindowExecutionTaskIdentity>public static MaintenanceWindowExecutionTaskIdentity.Builder builder()
public static Class<? extends MaintenanceWindowExecutionTaskIdentity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.