Class ResetClusterParameterGroupResult
java.lang.Object
com.amazonaws.services.redshift.model.ResetClusterParameterGroupResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the cluster parameter group.The status of the parameter group.int
hashCode()
void
setParameterGroupName
(String parameterGroupName) The name of the cluster parameter group.void
setParameterGroupStatus
(String parameterGroupStatus) The status of the parameter group.toString()
Returns a string representation of this object; useful for testing and debugging.withParameterGroupName
(String parameterGroupName) The name of the cluster parameter group.withParameterGroupStatus
(String parameterGroupStatus) The status of the parameter group.
-
Constructor Details
-
ResetClusterParameterGroupResult
public ResetClusterParameterGroupResult()
-
-
Method Details
-
setParameterGroupName
The name of the cluster parameter group.
- Parameters:
parameterGroupName
- The name of the cluster parameter group.
-
getParameterGroupName
The name of the cluster parameter group.
- Returns:
- The name of the cluster parameter group.
-
withParameterGroupName
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-