Class SecurityGroupContextResponse.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cxapi.SecurityGroupContextResponse.Jsii$Proxy
All Implemented Interfaces:
SecurityGroupContextResponse, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SecurityGroupContextResponse

@Stability(Deprecated) @Deprecated @Internal public static final class SecurityGroupContextResponse.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityGroupContextResponse
Deprecated.
An implementation for SecurityGroupContextResponse
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(SecurityGroupContextResponse.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the SecurityGroupContextResponse.Builder.
  • Method Details

    • getAllowAllOutbound

      public final Boolean getAllowAllOutbound()
      Deprecated.
      Description copied from interface: SecurityGroupContextResponse
      (deprecated) Whether the security group allows all outbound traffic.

      This will be true when the security group has all-protocol egress permissions to access both 0.0.0.0/0 and ::/0.

      Specified by:
      getAllowAllOutbound in interface SecurityGroupContextResponse
    • getSecurityGroupId

      public final String getSecurityGroupId()
      Deprecated.
      Description copied from interface: SecurityGroupContextResponse
      (deprecated) The security group's id.
      Specified by:
      getSecurityGroupId in interface SecurityGroupContextResponse
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object