Class CfnLoadBalancerPropsMixin.PoliciesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancing.CfnLoadBalancerPropsMixin.PoliciesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancerPropsMixin.PoliciesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancerPropsMixin.PoliciesProperty
@Stability(Stable)
@Internal
public static final class CfnLoadBalancerPropsMixin.PoliciesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancerPropsMixin.PoliciesProperty
An implementation for
CfnLoadBalancerPropsMixin.PoliciesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancing.CfnLoadBalancerPropsMixin.PoliciesProperty
CfnLoadBalancerPropsMixin.PoliciesProperty.Builder, CfnLoadBalancerPropsMixin.PoliciesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoadBalancerPropsMixin.PoliciesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe policy attributes.The instance ports for the policy.The load balancer ports for the policy.final StringThe name of the policy.final StringThe name of the policy type.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancerPropsMixin.PoliciesProperty.Builder.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnLoadBalancerPropsMixin.PoliciesPropertyThe policy attributes.Returns union: either Listinvalid input: '<'
Object> orIResolvable- Specified by:
getAttributesin interfaceCfnLoadBalancerPropsMixin.PoliciesProperty- See Also:
-
getInstancePorts
Description copied from interface:CfnLoadBalancerPropsMixin.PoliciesPropertyThe instance ports for the policy.Required only for some policy types.
- Specified by:
getInstancePortsin interfaceCfnLoadBalancerPropsMixin.PoliciesProperty- See Also:
-
getLoadBalancerPorts
Description copied from interface:CfnLoadBalancerPropsMixin.PoliciesPropertyThe load balancer ports for the policy.Required only for some policy types.
- Specified by:
getLoadBalancerPortsin interfaceCfnLoadBalancerPropsMixin.PoliciesProperty- See Also:
-
getPolicyName
Description copied from interface:CfnLoadBalancerPropsMixin.PoliciesPropertyThe name of the policy.- Specified by:
getPolicyNamein interfaceCfnLoadBalancerPropsMixin.PoliciesProperty- See Also:
-
getPolicyType
Description copied from interface:CfnLoadBalancerPropsMixin.PoliciesPropertyThe name of the policy type.- Specified by:
getPolicyTypein interfaceCfnLoadBalancerPropsMixin.PoliciesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-