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
All Implemented Interfaces:
java.io.Serializable

public class OptionGroupMembership
extends java.lang.Object
implements java.io.Serializable

Option Group Membership

See Also:
Serialized Form

Constructor Summary
OptionGroupMembership()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getOptionGroupName()
          The name of the option group that the instance belongs to.
 java.lang.String getStatus()
          The status of the DB Instance's option group membership (e.g.
 int hashCode()
           
 void setOptionGroupName(java.lang.String optionGroupName)
          The name of the option group that the instance belongs to.
 void setStatus(java.lang.String status)
          The status of the DB Instance's option group membership (e.g.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 OptionGroupMembership withOptionGroupName(java.lang.String optionGroupName)
          The name of the option group that the instance belongs to.
 OptionGroupMembership withStatus(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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