Class PendingMaintenanceActionDetails
- java.lang.Object
-
- software.amazon.awssdk.services.docdbelastic.model.PendingMaintenanceActionDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PendingMaintenanceActionDetails.Builder,PendingMaintenanceActionDetails>
@Generated("software.amazon.awssdk:codegen") public final class PendingMaintenanceActionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingMaintenanceActionDetails.Builder,PendingMaintenanceActionDetails>
Retrieves the details of maintenance actions that are pending.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePendingMaintenanceActionDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaction()Displays the specific action of a pending maintenance action.StringautoAppliedAfterDate()Displays the date of the maintenance window when the action is applied.static PendingMaintenanceActionDetails.Builderbuilder()StringcurrentApplyDate()Displays the effective date when the pending maintenance action is applied to the resource.Stringdescription()Displays a description providing more detail about the maintenance action.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringforcedApplyDate()Displays the date when the maintenance action is automatically applied.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoptInStatus()Displays the type ofoptInTyperequest that has been received for the resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PendingMaintenanceActionDetails.Builder>serializableBuilderClass()PendingMaintenanceActionDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
action
public final String action()
Displays the specific action of a pending maintenance action.
- Returns:
- Displays the specific action of a pending maintenance action.
-
autoAppliedAfterDate
public final String autoAppliedAfterDate()
Displays 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. If this date is specified, any
NEXT_MAINTENANCEoptInTyperequests are ignored.- Returns:
- Displays 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. If this date is specified, any
NEXT_MAINTENANCEoptInTyperequests are ignored.
-
currentApplyDate
public final String currentApplyDate()
Displays the effective date when the pending maintenance action is applied to the resource.
- Returns:
- Displays the effective date when the pending maintenance action is applied to the resource.
-
description
public final String description()
Displays a description providing more detail about the maintenance action.
- Returns:
- Displays a description providing more detail about the maintenance action.
-
forcedApplyDate
public final String forcedApplyDate()
Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any
IMMEDIATEoptInTyperequests are ignored.- Returns:
- Displays the date when the maintenance action is automatically applied. The maintenance action is applied
to the resource on this date regardless of the maintenance window for the resource. If this date is
specified, any
IMMEDIATEoptInTyperequests are ignored.
-
optInStatus
public final String optInStatus()
Displays the type of
optInTyperequest that has been received for the resource.- Returns:
- Displays the type of
optInTyperequest that has been received for the resource.
-
toBuilder
public PendingMaintenanceActionDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PendingMaintenanceActionDetails.Builder,PendingMaintenanceActionDetails>
-
builder
public static PendingMaintenanceActionDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends PendingMaintenanceActionDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-