Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DBParameterGroupStatus

java.lang.Object
  extended by com.amazonaws.services.rds.model.DBParameterGroupStatus
All Implemented Interfaces:
Serializable

public class DBParameterGroupStatus
extends Object
implements Serializable

The status of the DB Parameter Group.

This data type is used as a response element in the following actions:

See Also:
Serialized Form

Constructor Summary
DBParameterGroupStatus()
          Default constructor for a new DBParameterGroupStatus object.
 
Method Summary
 boolean equals(Object obj)
           
 String getDBParameterGroupName()
          The name of the DP Parameter Group.
 String getParameterApplyStatus()
          The status of parameter updates.
 int hashCode()
           
 void setDBParameterGroupName(String dBParameterGroupName)
          The name of the DP Parameter Group.
 void setParameterApplyStatus(String parameterApplyStatus)
          The status of parameter updates.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DBParameterGroupStatus withDBParameterGroupName(String dBParameterGroupName)
          The name of the DP Parameter Group.
 DBParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
          The status of parameter updates.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBParameterGroupStatus

public DBParameterGroupStatus()
Default constructor for a new DBParameterGroupStatus object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getDBParameterGroupName

public String getDBParameterGroupName()
The name of the DP Parameter Group.

Returns:
The name of the DP Parameter Group.

setDBParameterGroupName

public void setDBParameterGroupName(String dBParameterGroupName)
The name of the DP Parameter Group.

Parameters:
dBParameterGroupName - The name of the DP Parameter Group.

withDBParameterGroupName

public DBParameterGroupStatus withDBParameterGroupName(String dBParameterGroupName)
The name of the DP Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dBParameterGroupName - The name of the DP Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

getParameterApplyStatus

public String getParameterApplyStatus()
The status of parameter updates.

Returns:
The status of parameter updates.

setParameterApplyStatus

public void setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.

Parameters:
parameterApplyStatus - The status of parameter updates.

withParameterApplyStatus

public DBParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.

Returns a reference to this object so that method calls can be chained together.

Parameters:
parameterApplyStatus - The status of parameter updates.
Returns:
A reference to this updated 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:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.