Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DBParameterGroup

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

public class DBParameterGroup
extends Object
implements Serializable

Contains the result of a successful invocation of the CreateDBParameterGroup action.

This data type is used as a request parameter in the DeleteDBParameterGroup action, and as a response element in the DescribeDBParameterGroups action.

See Also:
Serialized Form

Constructor Summary
DBParameterGroup()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDBParameterGroupFamily()
          Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.
 String getDBParameterGroupName()
          Provides the name of the DB Parameter Group.
 String getDescription()
          Provides the customer-specified description for this DB Parameter Group.
 int hashCode()
           
 void setDBParameterGroupFamily(String dBParameterGroupFamily)
          Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.
 void setDBParameterGroupName(String dBParameterGroupName)
          Provides the name of the DB Parameter Group.
 void setDescription(String description)
          Provides the customer-specified description for this DB Parameter Group.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DBParameterGroup withDBParameterGroupFamily(String dBParameterGroupFamily)
          Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.
 DBParameterGroup withDBParameterGroupName(String dBParameterGroupName)
          Provides the name of the DB Parameter Group.
 DBParameterGroup withDescription(String description)
          Provides the customer-specified description for this DB Parameter Group.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBParameterGroup

public DBParameterGroup()
Method Detail

getDBParameterGroupName

public String getDBParameterGroupName()
Provides the name of the DB Parameter Group.

Returns:
Provides the name of the DB Parameter Group.

setDBParameterGroupName

public void setDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB Parameter Group.

Parameters:
dBParameterGroupName - Provides the name of the DB Parameter Group.

withDBParameterGroupName

public DBParameterGroup withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB Parameter Group.

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

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

getDBParameterGroupFamily

public String getDBParameterGroupFamily()
Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.

Returns:
Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.

setDBParameterGroupFamily

public void setDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.

Parameters:
dBParameterGroupFamily - Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.

withDBParameterGroupFamily

public DBParameterGroup withDBParameterGroupFamily(String dBParameterGroupFamily)
Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.

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

Parameters:
dBParameterGroupFamily - Provides the name of the DB Parameter Group Family that this DB Parameter Group is compatible with.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Provides the customer-specified description for this DB Parameter Group.

Returns:
Provides the customer-specified description for this DB Parameter Group.

setDescription

public void setDescription(String description)
Provides the customer-specified description for this DB Parameter Group.

Parameters:
description - Provides the customer-specified description for this DB Parameter Group.

withDescription

public DBParameterGroup withDescription(String description)
Provides the customer-specified description for this DB Parameter Group.

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

Parameters:
description - Provides the customer-specified description for this DB Parameter Group.
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.