Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class OptionGroupMembership

java.lang.Object
  extended by com.amazonaws.services.rds.model.OptionGroupMembership

public class OptionGroupMembership
extends Object

Option Group Membership


Constructor Summary
OptionGroupMembership()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getOptionGroupName()
          The name of the option group that the instance belongs to.
 String getStatus()
          The status of the DB Instance's option group membership (e.g.
 int hashCode()
           
 void setOptionGroupName(String optionGroupName)
          The name of the option group that the instance belongs to.
 void setStatus(String status)
          The status of the DB Instance's option group membership (e.g.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 OptionGroupMembership withOptionGroupName(String optionGroupName)
          The name of the option group that the instance belongs to.
 OptionGroupMembership withStatus(String status)
          The status of the DB Instance's option group membership (e.g.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionGroupMembership

public OptionGroupMembership()
Method Detail

getOptionGroupName

public String getOptionGroupName()
The name of the option group that the instance belongs to.

Returns:
The name of the option group that the instance belongs to.

setOptionGroupName

public void setOptionGroupName(String optionGroupName)
The name of the option group that the instance belongs to.

Parameters:
optionGroupName - The name of the option group that the instance belongs to.

withOptionGroupName

public OptionGroupMembership withOptionGroupName(String optionGroupName)
The name of the option group that the instance belongs to.

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

Parameters:
optionGroupName - The name of the option group that the instance belongs to.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
The status of the DB Instance's option group membership (e.g. in-sync, pending, pending-maintenance, applying).

Returns:
The status of the DB Instance's option group membership (e.g. in-sync, pending, pending-maintenance, applying).

setStatus

public void setStatus(String status)
The status of the DB Instance's option group membership (e.g. in-sync, pending, pending-maintenance, applying).

Parameters:
status - The status of the DB Instance's option group membership (e.g. in-sync, pending, pending-maintenance, applying).

withStatus

public OptionGroupMembership withStatus(String status)
The status of the DB Instance's option group membership (e.g. in-sync, pending, pending-maintenance, applying).

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

Parameters:
status - The status of the DB Instance's option group membership (e.g. in-sync, pending, pending-maintenance, applying).
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.