StructuredPojo
, ToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
@Generated("software.amazon.awssdk:codegen") public class MaintenanceWindowExecution extends Object implements StructuredPojo, ToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
Describes the information about an execution of a Maintenance Window.
Modifier and Type | Class | Description |
---|---|---|
static interface |
MaintenanceWindowExecution.Builder |
Modifier and Type | Method | Description |
---|---|---|
static MaintenanceWindowExecution.Builder |
builder() |
|
Date |
endTime() |
The time the execution finished.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
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() |
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.
|
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.
MaintenanceWindowExecutionStatus
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
public static MaintenanceWindowExecution.Builder builder()
public static Class<? extends MaintenanceWindowExecution.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.