@Generated(value="software.amazon.awssdk:codegen") public class MaintenanceWindowExecution extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
Describes the information about an execution of a Maintenance Window.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MaintenanceWindowExecution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowExecution.Builder |
builder() |
Date |
endTime()
The time the execution finished.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends MaintenanceWindowExecution.Builder> |
serializableBuilderClass() |
Date |
startTime()
The time the execution started.
|
String |
status()
The status of the execution.
|
String |
statusDetails()
The details explaining the Status.
|
MaintenanceWindowExecution.Builder |
toBuilder() |
String |
toString() |
String |
windowExecutionId()
The ID of the Maintenance Window execution.
|
String |
windowId()
The ID of the Maintenance Window.
|
public String windowId()
The ID of the Maintenance Window.
public String windowExecutionId()
The ID of the Maintenance Window execution.
public String status()
The status of the execution.
MaintenanceWindowExecutionStatuspublic String statusDetails()
The details explaining the Status. Only available for certain status values.
public Date startTime()
The time the execution started.
public Date endTime()
The time the execution finished.
public MaintenanceWindowExecution.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>public static MaintenanceWindowExecution.Builder builder()
public static Class<? extends MaintenanceWindowExecution.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.