Class MaintenanceWindowExecution
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
Describes the information about an execution of a maintenance window.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InstantendTime()The time the execution finished.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends MaintenanceWindowExecution.Builder>final InstantThe time the execution started.status()The status of the execution.final StringThe status of the execution.final StringThe details explaining the status.final StringtoString()Returns a string representation of this object.final StringThe ID of the maintenance window execution.final StringwindowId()The ID of the maintenance window.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
windowId
The ID of the maintenance window.
- Returns:
- The ID of the maintenance window.
-
windowExecutionId
The ID of the maintenance window execution.
- Returns:
- The ID of the maintenance window execution.
-
status
The status of the execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the execution.
- See Also:
-
statusAsString
The status of the execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMaintenanceWindowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the execution.
- See Also:
-
statusDetails
The details explaining the status. Not available for all status values.
- Returns:
- The details explaining the status. Not available for all status values.
-
startTime
The time the execution started.
- Returns:
- The time the execution started.
-
endTime
The time the execution finished.
- Returns:
- The time the execution finished.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MaintenanceWindowExecution.Builder,MaintenanceWindowExecution>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-