@Generated(value="software.amazon.awssdk:codegen") public final class MaintenanceWindowExecution extends Object implements SdkPojo, Serializable, 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() |
Instant |
endTime()
The time the execution finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MaintenanceWindowExecution.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time the execution started.
|
MaintenanceWindowExecutionStatus |
status()
The status of the execution.
|
String |
statusAsString()
The status of the execution.
|
String |
statusDetails()
The details explaining the Status.
|
MaintenanceWindowExecution.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windowExecutionId()
The ID of the maintenance window execution.
|
String |
windowId()
The ID of the maintenance window.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String windowId()
The ID of the maintenance window.
public final String windowExecutionId()
The ID of the maintenance window execution.
public final MaintenanceWindowExecutionStatus status()
The status of the 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()
.
MaintenanceWindowExecutionStatus
public final String statusAsString()
The status of the 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()
.
MaintenanceWindowExecutionStatus
public final String statusDetails()
The details explaining the Status. Only available for certain status values.
public final Instant startTime()
The time the execution started.
public final Instant endTime()
The time the execution finished.
public MaintenanceWindowExecution.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
public static MaintenanceWindowExecution.Builder builder()
public static Class<? extends MaintenanceWindowExecution.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.