@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterParameterGroupStatus extends Object implements Serializable, Cloneable
Describes the status of a parameter group.
Constructor and Description |
---|
ClusterParameterGroupStatus() |
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroupStatus |
clone() |
boolean |
equals(Object obj) |
List<ClusterParameterStatus> |
getClusterParameterStatusList()
The list of parameter statuses.
|
String |
getParameterApplyStatus()
The status of parameter updates.
|
String |
getParameterGroupName()
The name of the cluster parameter group.
|
int |
hashCode() |
void |
setClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
void |
setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ClusterParameterGroupStatus |
withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus |
withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
The list of parameter statuses.
|
ClusterParameterGroupStatus |
withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ClusterParameterGroupStatus |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
public void setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName
- The name of the cluster parameter group.public String getParameterGroupName()
The name of the cluster parameter group.
public ClusterParameterGroupStatus withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName
- The name of the cluster parameter group.public void setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.public String getParameterApplyStatus()
The status of parameter updates.
public ClusterParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
parameterApplyStatus
- The status of parameter updates.public List<ClusterParameterStatus> getClusterParameterStatusList()
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(Collection<ClusterParameterStatus> clusterParameterStatusList)
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.
clusterParameterStatusList
- 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 ClusterParameterGroupStatus withClusterParameterStatusList(ClusterParameterStatus... clusterParameterStatusList)
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
setClusterParameterStatusList(java.util.Collection)
or
withClusterParameterStatusList(java.util.Collection)
if you want to override the existing values.
clusterParameterStatusList
- 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 ClusterParameterGroupStatus withClusterParameterStatusList(Collection<ClusterParameterStatus> clusterParameterStatusList)
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.
clusterParameterStatusList
- 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 String toString()
toString
in class Object
Object.toString()
public ClusterParameterGroupStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.