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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the VPCs with the referencing security groups.int
hashCode()
void
setSecurityGroupReferenceSet
(Collection<SecurityGroupReference> securityGroupReferenceSet) Information about the VPCs with the referencing security groups.toString()
Returns a string representation of this object; useful for testing and debugging.withSecurityGroupReferenceSet
(SecurityGroupReference... securityGroupReferenceSet) Information about the VPCs with the referencing security groups.withSecurityGroupReferenceSet
(Collection<SecurityGroupReference> securityGroupReferenceSet) Information about the VPCs with the referencing security groups.
-
Constructor Details
-
DescribeSecurityGroupReferencesResult
public DescribeSecurityGroupReferencesResult()
-
-
Method Details
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-