Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DeleteDBSubnetGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.DeleteDBSubnetGroupRequest

public class DeleteDBSubnetGroupRequest
extends AmazonWebServiceRequest

Container for the parameters to the DeleteDBSubnetGroup operation.

Deletes a DB subnet group.

NOTE:The specified database subnet group must not be associated with any DB instances.

See Also:
AmazonRDS.deleteDBSubnetGroup(DeleteDBSubnetGroupRequest)

Constructor Summary
DeleteDBSubnetGroupRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDBSubnetGroupName()
          The name of the database subnet group to delete.
 int hashCode()
           
 void setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
          The name of the database subnet group to delete.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteDBSubnetGroupRequest withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
          The name of the database subnet group to delete.
 
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

DeleteDBSubnetGroupRequest

public DeleteDBSubnetGroupRequest()
Method Detail

getDBSubnetGroupName

public java.lang.String getDBSubnetGroupName()
The name of the database subnet group to delete. You cannot delete the default subnet group.

Constraints:

Returns:
The name of the database subnet group to delete. You cannot delete the default subnet group.

Constraints:

  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

setDBSubnetGroupName

public void setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name of the database subnet group to delete. You cannot delete the default subnet group.

Constraints:

Parameters:
dBSubnetGroupName - The name of the database subnet group to delete. You cannot delete the default subnet group.

Constraints:

  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

withDBSubnetGroupName

public DeleteDBSubnetGroupRequest withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name of the database subnet group to delete. You cannot delete the default subnet group.

Constraints:

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

Parameters:
dBSubnetGroupName - The name of the database subnet group to delete. You cannot delete the default subnet group.

Constraints:

  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
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.