|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeSecurityGroupsResult
public class DescribeSecurityGroupsResult
The result of describing the Amazon EC2 security groups for your account.
Constructor Summary | |
---|---|
DescribeSecurityGroupsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<SecurityGroup> |
getSecurityGroups()
The list of described Amazon EC2 security groups. |
int |
hashCode()
|
void |
setSecurityGroups(Collection<SecurityGroup> securityGroups)
The list of described Amazon EC2 security groups. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSecurityGroupsResult |
withSecurityGroups(Collection<SecurityGroup> securityGroups)
The list of described Amazon EC2 security groups. |
DescribeSecurityGroupsResult |
withSecurityGroups(SecurityGroup... securityGroups)
The list of described Amazon EC2 security groups. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSecurityGroupsResult()
Method Detail |
---|
public List<SecurityGroup> getSecurityGroups()
public void setSecurityGroups(Collection<SecurityGroup> securityGroups)
securityGroups
- The list of described Amazon EC2 security groups.public DescribeSecurityGroupsResult withSecurityGroups(SecurityGroup... securityGroups)
Returns a reference to this object so that method calls can be chained together.
securityGroups
- The list of described Amazon EC2 security groups.
public DescribeSecurityGroupsResult withSecurityGroups(Collection<SecurityGroup> securityGroups)
Returns a reference to this object so that method calls can be chained together.
securityGroups
- The list of described Amazon EC2 security groups.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |