com.amazonaws.services.ec2.model
Class DeleteSecurityGroupRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DeleteSecurityGroupRequest

public class DeleteSecurityGroupRequest
extends AmazonWebServiceRequest

Represents a request to delete an Amazon EC2 security group.


Constructor Summary
DeleteSecurityGroupRequest()
           
 
Method Summary
 String getGroupName()
          The name of the Amazon EC2 security group to delete.
 void setGroupName(String groupName)
          The name of the Amazon EC2 security group to delete.
 String toString()
           
 DeleteSecurityGroupRequest withGroupName(String groupName)
          The name of the Amazon EC2 security group to delete.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteSecurityGroupRequest

public DeleteSecurityGroupRequest()
Method Detail

getGroupName

public String getGroupName()
The name of the Amazon EC2 security group to delete.

Returns:
The name of the Amazon EC2 security group to delete.

setGroupName

public void setGroupName(String groupName)
The name of the Amazon EC2 security group to delete.

Parameters:
groupName - The name of the Amazon EC2 security group to delete.

withGroupName

public DeleteSecurityGroupRequest withGroupName(String groupName)
The name of the Amazon EC2 security group to delete.

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

Parameters:
groupName - The name of the Amazon EC2 security group to delete.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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