Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class OptionConfiguration

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

public class OptionConfiguration
extends Object

Option Configuration


Constructor Summary
OptionConfiguration()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getDBSecurityGroupMemberships()
          Returns the value of the DBSecurityGroupMemberships property for this object.
 String getOptionName()
          Returns the value of the OptionName property for this object.
 Integer getPort()
          Returns the value of the Port property for this object.
 int hashCode()
           
 void setDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
          Sets the value of the DBSecurityGroupMemberships property for this object.
 void setOptionName(String optionName)
          Sets the value of the OptionName property for this object.
 void setPort(Integer port)
          Sets the value of the Port property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 OptionConfiguration withDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
          Sets the value of the DBSecurityGroupMemberships property for this object.
 OptionConfiguration withDBSecurityGroupMemberships(String... dBSecurityGroupMemberships)
          Sets the value of the DBSecurityGroupMemberships property for this object.
 OptionConfiguration withOptionName(String optionName)
          Sets the value of the OptionName property for this object.
 OptionConfiguration withPort(Integer port)
          Sets the value of the Port property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionConfiguration

public OptionConfiguration()
Method Detail

getOptionName

public String getOptionName()
Returns the value of the OptionName property for this object.

Returns:
The value of the OptionName property for this object.

setOptionName

public void setOptionName(String optionName)
Sets the value of the OptionName property for this object.

Parameters:
optionName - The new value for the OptionName property for this object.

withOptionName

public OptionConfiguration withOptionName(String optionName)
Sets the value of the OptionName property for this object.

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

Parameters:
optionName - The new value for the OptionName property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getPort

public Integer getPort()
Returns the value of the Port property for this object.

Returns:
The value of the Port property for this object.

setPort

public void setPort(Integer port)
Sets the value of the Port property for this object.

Parameters:
port - The new value for the Port property for this object.

withPort

public OptionConfiguration withPort(Integer port)
Sets the value of the Port property for this object.

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

Parameters:
port - The new value for the Port property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getDBSecurityGroupMemberships

public List<String> getDBSecurityGroupMemberships()
Returns the value of the DBSecurityGroupMemberships property for this object.

Returns:
The value of the DBSecurityGroupMemberships property for this object.

setDBSecurityGroupMemberships

public void setDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object.

Parameters:
dBSecurityGroupMemberships - The new value for the DBSecurityGroupMemberships property for this object.

withDBSecurityGroupMemberships

public OptionConfiguration withDBSecurityGroupMemberships(String... dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object.

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

Parameters:
dBSecurityGroupMemberships - The new value for the DBSecurityGroupMemberships property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withDBSecurityGroupMemberships

public OptionConfiguration withDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
Sets the value of the DBSecurityGroupMemberships property for this object.

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

Parameters:
dBSecurityGroupMemberships - The new value for the DBSecurityGroupMemberships property for this object.
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.