@Generated(value="software.amazon.awssdk:codegen") public final class PendingMaintenanceAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingMaintenanceAction.Builder,PendingMaintenanceAction>
Provides information about a pending maintenance action for a resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PendingMaintenanceAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
The type of pending maintenance action that is available for the resource.
|
Instant |
autoAppliedAfterDate()
The date of the maintenance window when the action is applied.
|
static PendingMaintenanceAction.Builder |
builder() |
Instant |
currentApplyDate()
The effective date when the pending maintenance action is applied to the resource.
|
String |
description()
A description providing more detail about the maintenance action.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
forcedApplyDate()
The date when the maintenance action is automatically applied.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
optInStatus()
Indicates the type of opt-in request that has been received for the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PendingMaintenanceAction.Builder> |
serializableBuilderClass() |
PendingMaintenanceAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String action()
The type of pending maintenance action that is available for the resource. Valid actions are
system-update, db-upgrade, hardware-maintenance, and
ca-certificate-rotation.
system-update, db-upgrade, hardware-maintenance, and
ca-certificate-rotation.public final Instant autoAppliedAfterDate()
The date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date.
public final Instant forcedApplyDate()
The date when the maintenance action is automatically applied.
On this date, the maintenance action is applied to the resource as soon as possible, regardless of the maintenance window for the resource. There might be a delay of one or more days from this date before the maintenance action is applied.
On this date, the maintenance action is applied to the resource as soon as possible, regardless of the maintenance window for the resource. There might be a delay of one or more days from this date before the maintenance action is applied.
public final String optInStatus()
Indicates the type of opt-in request that has been received for the resource.
public final Instant currentApplyDate()
The effective date when the pending maintenance action is applied to the resource. This date takes into account
opt-in requests received from the ApplyPendingMaintenanceAction API, the
AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request
has not been received and nothing has been specified as AutoAppliedAfterDate or
ForcedApplyDate.
ApplyPendingMaintenanceAction API, the
AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in
request has not been received and nothing has been specified as AutoAppliedAfterDate or
ForcedApplyDate.public final String description()
A description providing more detail about the maintenance action.
public PendingMaintenanceAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PendingMaintenanceAction.Builder,PendingMaintenanceAction>public static PendingMaintenanceAction.Builder builder()
public static Class<? extends PendingMaintenanceAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.