Class DescribeSecurityGroupReferencesResult

    • Constructor Detail

      • DescribeSecurityGroupReferencesResult

        public DescribeSecurityGroupReferencesResult()
    • 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​(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:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object