|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteSecurityGroupRequest
public class DeleteSecurityGroupRequest
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 |
---|
public DeleteSecurityGroupRequest()
Method Detail |
---|
public String getGroupName()
public void setGroupName(String groupName)
groupName
- The name of the Amazon EC2 security group to delete.public DeleteSecurityGroupRequest withGroupName(String groupName)
Returns a reference to this object so that method calls can be chained together.
groupName
- The name of the Amazon EC2 security group to delete.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |