Class ModifyClusterParameterGroupResult
- java.lang.Object
-
- com.amazonaws.services.redshift.model.ModifyClusterParameterGroupResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ModifyClusterParameterGroupResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyClusterParameterGroupResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyClusterParameterGroupResultclone()booleanequals(Object obj)StringgetParameterGroupName()The name of the cluster parameter group.StringgetParameterGroupStatus()The status of the parameter group.inthashCode()voidsetParameterGroupName(String parameterGroupName)The name of the cluster parameter group.voidsetParameterGroupStatus(String parameterGroupStatus)The status of the parameter group.StringtoString()Returns a string representation of this object; useful for testing and debugging.ModifyClusterParameterGroupResultwithParameterGroupName(String parameterGroupName)The name of the cluster parameter group.ModifyClusterParameterGroupResultwithParameterGroupStatus(String parameterGroupStatus)The status of the parameter group.
-
-
-
Method Detail
-
setParameterGroupName
public void setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
- Parameters:
parameterGroupName- The name of the cluster parameter group.
-
getParameterGroupName
public String getParameterGroupName()
The name of the cluster parameter group.
- Returns:
- The name of the cluster parameter group.
-
withParameterGroupName
public ModifyClusterParameterGroupResult withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
- Parameters:
parameterGroupName- The name of the cluster parameter group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParameterGroupStatus
public void setParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
- Parameters:
parameterGroupStatus- The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
-
getParameterGroupStatus
public String getParameterGroupStatus()
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
- Returns:
- The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
-
withParameterGroupStatus
public ModifyClusterParameterGroupResult withParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
- Parameters:
parameterGroupStatus- The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyClusterParameterGroupResult clone()
-
-