/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.rds.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* Provides information about a pending maintenance action for a resource. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class PendingMaintenanceAction implements Serializable, Cloneable { /** *
* 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
.
*
* 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. *
*/ private java.util.Date autoAppliedAfterDate; /** ** 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. *
*/ private java.util.Date forcedApplyDate; /** ** Indicates the type of opt-in request that has been received for the resource. *
*/ private String optInStatus; /** *
* 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
.
*
* A description providing more detail about the maintenance action. *
*/ private String description; /** *
* 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 void setAction(String action) {
this.action = 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 String getAction() {
return this.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
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public PendingMaintenanceAction withAction(String action) {
setAction(action);
return this;
}
/**
* * 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. *
* * @param 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 void setAutoAppliedAfterDate(java.util.Date autoAppliedAfterDate) { this.autoAppliedAfterDate = 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. *
* * @return 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 java.util.Date getAutoAppliedAfterDate() { return this.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. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public PendingMaintenanceAction withAutoAppliedAfterDate(java.util.Date autoAppliedAfterDate) { setAutoAppliedAfterDate(autoAppliedAfterDate); return this; } /** ** 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. *
* * @param 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. */ public void setForcedApplyDate(java.util.Date forcedApplyDate) { this.forcedApplyDate = 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. *
* * @return 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. */ public java.util.Date getForcedApplyDate() { return this.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. *
* * @param 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. * @return Returns a reference to this object so that method calls can be chained together. */ public PendingMaintenanceAction withForcedApplyDate(java.util.Date forcedApplyDate) { setForcedApplyDate(forcedApplyDate); return this; } /** *
* Indicates the type of opt-in request that has been received for the resource. *
* * @param optInStatus * Indicates the type of opt-in request that has been received for the resource. */ public void setOptInStatus(String optInStatus) { this.optInStatus = optInStatus; } /** ** Indicates the type of opt-in request that has been received for the resource. *
* * @return Indicates the type of opt-in request that has been received for the resource. */ public String getOptInStatus() { return this.optInStatus; } /** ** Indicates the type of opt-in request that has been received for the resource. *
* * @param optInStatus * Indicates the type of opt-in request that has been received for the resource. * @return Returns a reference to this object so that method calls can be chained together. */ public PendingMaintenanceAction withOptInStatus(String optInStatus) { setOptInStatus(optInStatus); return this; } /** *
* 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 void setCurrentApplyDate(java.util.Date currentApplyDate) {
this.currentApplyDate = 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 java.util.Date getCurrentApplyDate() {
return this.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
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public PendingMaintenanceAction withCurrentApplyDate(java.util.Date currentApplyDate) {
setCurrentApplyDate(currentApplyDate);
return this;
}
/**
* * A description providing more detail about the maintenance action. *
* * @param description * A description providing more detail about the maintenance action. */ public void setDescription(String description) { this.description = description; } /** ** A description providing more detail about the maintenance action. *
* * @return A description providing more detail about the maintenance action. */ public String getDescription() { return this.description; } /** ** A description providing more detail about the maintenance action. *
* * @param description * A description providing more detail about the maintenance action. * @return Returns a reference to this object so that method calls can be chained together. */ public PendingMaintenanceAction withDescription(String description) { setDescription(description); return this; } /** * 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. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getAction() != null) sb.append("Action: ").append(getAction()).append(","); if (getAutoAppliedAfterDate() != null) sb.append("AutoAppliedAfterDate: ").append(getAutoAppliedAfterDate()).append(","); if (getForcedApplyDate() != null) sb.append("ForcedApplyDate: ").append(getForcedApplyDate()).append(","); if (getOptInStatus() != null) sb.append("OptInStatus: ").append(getOptInStatus()).append(","); if (getCurrentApplyDate() != null) sb.append("CurrentApplyDate: ").append(getCurrentApplyDate()).append(","); if (getDescription() != null) sb.append("Description: ").append(getDescription()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof PendingMaintenanceAction == false) return false; PendingMaintenanceAction other = (PendingMaintenanceAction) obj; if (other.getAction() == null ^ this.getAction() == null) return false; if (other.getAction() != null && other.getAction().equals(this.getAction()) == false) return false; if (other.getAutoAppliedAfterDate() == null ^ this.getAutoAppliedAfterDate() == null) return false; if (other.getAutoAppliedAfterDate() != null && other.getAutoAppliedAfterDate().equals(this.getAutoAppliedAfterDate()) == false) return false; if (other.getForcedApplyDate() == null ^ this.getForcedApplyDate() == null) return false; if (other.getForcedApplyDate() != null && other.getForcedApplyDate().equals(this.getForcedApplyDate()) == false) return false; if (other.getOptInStatus() == null ^ this.getOptInStatus() == null) return false; if (other.getOptInStatus() != null && other.getOptInStatus().equals(this.getOptInStatus()) == false) return false; if (other.getCurrentApplyDate() == null ^ this.getCurrentApplyDate() == null) return false; if (other.getCurrentApplyDate() != null && other.getCurrentApplyDate().equals(this.getCurrentApplyDate()) == false) return false; if (other.getDescription() == null ^ this.getDescription() == null) return false; if (other.getDescription() != null && other.getDescription().equals(this.getDescription()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getAction() == null) ? 0 : getAction().hashCode()); hashCode = prime * hashCode + ((getAutoAppliedAfterDate() == null) ? 0 : getAutoAppliedAfterDate().hashCode()); hashCode = prime * hashCode + ((getForcedApplyDate() == null) ? 0 : getForcedApplyDate().hashCode()); hashCode = prime * hashCode + ((getOptInStatus() == null) ? 0 : getOptInStatus().hashCode()); hashCode = prime * hashCode + ((getCurrentApplyDate() == null) ? 0 : getCurrentApplyDate().hashCode()); hashCode = prime * hashCode + ((getDescription() == null) ? 0 : getDescription().hashCode()); return hashCode; } @Override public PendingMaintenanceAction clone() { try { return (PendingMaintenanceAction) super.clone(); } catch (CloneNotSupportedException e) { throw new IllegalStateException("Got a CloneNotSupportedException from Object.clone() " + "even though we're Cloneable!", e); } } }