Package com.amazonaws.services.ec2.model
Class DescribeSecurityGroupReferencesResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.DescribeSecurityGroupReferencesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeSecurityGroupReferencesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeSecurityGroupReferencesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeSecurityGroupReferencesResultclone()booleanequals(Object obj)List<SecurityGroupReference>getSecurityGroupReferenceSet()Information about the VPCs with the referencing security groups.inthashCode()voidsetSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet)Information about the VPCs with the referencing security groups.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeSecurityGroupReferencesResultwithSecurityGroupReferenceSet(SecurityGroupReference... securityGroupReferenceSet)Information about the VPCs with the referencing security groups.DescribeSecurityGroupReferencesResultwithSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet)Information about the VPCs with the referencing security groups.
-
-
-
Method Detail
-
getSecurityGroupReferenceSet
public List<SecurityGroupReference> getSecurityGroupReferenceSet()
Information about the VPCs with the referencing security groups.
- Returns:
- Information about the VPCs with the referencing security groups.
-
setSecurityGroupReferenceSet
public void setSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet)
Information about the VPCs with the referencing security groups.
- Parameters:
securityGroupReferenceSet- Information about the VPCs with the referencing security groups.
-
withSecurityGroupReferenceSet
public DescribeSecurityGroupReferencesResult withSecurityGroupReferenceSet(SecurityGroupReference... securityGroupReferenceSet)
Information about the VPCs with the referencing security groups.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroupReferenceSet(java.util.Collection)orwithSecurityGroupReferenceSet(java.util.Collection)if you want to override the existing values.- Parameters:
securityGroupReferenceSet- Information about the VPCs with the referencing security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSecurityGroupReferenceSet
public DescribeSecurityGroupReferencesResult withSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet)
Information about the VPCs with the referencing security groups.
- Parameters:
securityGroupReferenceSet- Information about the VPCs with the referencing security groups.- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeSecurityGroupReferencesResult clone()
-
-