Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DeleteOptionGroupRequest

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

public class DeleteOptionGroupRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteOptionGroup operation.

Deletes an existing Option Group.

See Also:
AmazonRDS.deleteOptionGroup(DeleteOptionGroupRequest), Serialized Form

Constructor Summary
DeleteOptionGroupRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getOptionGroupName()
          The name of the option group to be deleted.
 int hashCode()
           
 void setOptionGroupName(String optionGroupName)
          The name of the option group to be deleted.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteOptionGroupRequest withOptionGroupName(String optionGroupName)
          The name of the option group to be deleted.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteOptionGroupRequest

public DeleteOptionGroupRequest()
Method Detail

getOptionGroupName

public String getOptionGroupName()
The name of the option group to be deleted. You cannot delete default Option Groups.

Returns:
The name of the option group to be deleted. You cannot delete default Option Groups.

setOptionGroupName

public void setOptionGroupName(String optionGroupName)
The name of the option group to be deleted. You cannot delete default Option Groups.

Parameters:
optionGroupName - The name of the option group to be deleted. You cannot delete default Option Groups.

withOptionGroupName

public DeleteOptionGroupRequest withOptionGroupName(String optionGroupName)
The name of the option group to be deleted. You cannot delete default Option Groups.

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

Parameters:
optionGroupName - The name of the option group to be deleted. You cannot delete default Option Groups.
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.