/* * 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.redshift.model; import java.io.Serializable; import javax.annotation.Generated; /** *
* Describes the status of a parameter group. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ClusterParameterGroupStatus implements Serializable, Cloneable { /** ** The name of the cluster parameter group. *
*/ private String parameterGroupName; /** ** The status of parameter updates. *
*/ private String parameterApplyStatus; /** ** The list of parameter statuses. *
** For more information about parameters and parameter groups, go to Amazon Redshift * Parameter Groups in the Amazon Redshift Cluster Management Guide. *
*/ private com.amazonaws.internal.SdkInternalList* The name of the cluster parameter group. *
* * @param parameterGroupName * The name of the cluster parameter group. */ public void setParameterGroupName(String parameterGroupName) { this.parameterGroupName = parameterGroupName; } /** ** The name of the cluster parameter group. *
* * @return The name of the cluster parameter group. */ public String getParameterGroupName() { return this.parameterGroupName; } /** ** The name of the cluster parameter group. *
* * @param parameterGroupName * The name of the cluster parameter group. * @return Returns a reference to this object so that method calls can be chained together. */ public ClusterParameterGroupStatus withParameterGroupName(String parameterGroupName) { setParameterGroupName(parameterGroupName); return this; } /** ** The status of parameter updates. *
* * @param parameterApplyStatus * The status of parameter updates. */ public void setParameterApplyStatus(String parameterApplyStatus) { this.parameterApplyStatus = parameterApplyStatus; } /** ** The status of parameter updates. *
* * @return The status of parameter updates. */ public String getParameterApplyStatus() { return this.parameterApplyStatus; } /** ** The status of parameter updates. *
* * @param parameterApplyStatus * The status of parameter updates. * @return Returns a reference to this object so that method calls can be chained together. */ public ClusterParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus) { setParameterApplyStatus(parameterApplyStatus); return this; } /** ** The list of parameter statuses. *
** For more information about parameters and parameter groups, go to Amazon Redshift * Parameter Groups in the Amazon Redshift Cluster Management Guide. *
* * @return The list of parameter statuses. *
* For more information about parameters and parameter groups, go to Amazon
* Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
*/
public java.util.List
* The list of parameter statuses.
*
* For more information about parameters and parameter groups, go to Amazon Redshift
* Parameter Groups in the Amazon Redshift Cluster Management Guide.
*
* For more information about parameters and parameter groups, go to Amazon Redshift
* Parameter Groups in the Amazon Redshift Cluster Management Guide.
*/
public void setClusterParameterStatusList(java.util.Collection
* The list of parameter statuses.
*
* For more information about parameters and parameter groups, go to Amazon Redshift
* Parameter Groups in the Amazon Redshift Cluster Management Guide.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setClusterParameterStatusList(java.util.Collection)} or
* {@link #withClusterParameterStatusList(java.util.Collection)} if you want to override the existing values.
*
* For more information about parameters and parameter groups, go to Amazon Redshift
* Parameter Groups in the Amazon Redshift Cluster Management Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ClusterParameterGroupStatus withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList) {
if (this.clusterParameterStatusList == null) {
setClusterParameterStatusList(new com.amazonaws.internal.SdkInternalList
* The list of parameter statuses.
*
* For more information about parameters and parameter groups, go to Amazon Redshift
* Parameter Groups in the Amazon Redshift Cluster Management Guide.
*
* For more information about parameters and parameter groups, go to Amazon Redshift
* Parameter Groups in the Amazon Redshift Cluster Management Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public ClusterParameterGroupStatus withClusterParameterStatusList(java.util.Collection