Class CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancer.PoliciesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancer.PoliciesProperty
@Stability(Stable)
@Internal
public static final class CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancer.PoliciesProperty
An implementation for
CfnLoadBalancer.PoliciesProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancer.PoliciesProperty
CfnLoadBalancer.PoliciesProperty.Builder, CfnLoadBalancer.PoliciesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancer.PoliciesProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The policy attributes.The instance ports for the policy.The load balancer ports for the policy.final String
The name of the policy.final String
The name of the policy type.final int
hashCode()
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 theCfnLoadBalancer.PoliciesProperty.Builder
.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnLoadBalancer.PoliciesProperty
The policy attributes.- Specified by:
getAttributes
in interfaceCfnLoadBalancer.PoliciesProperty
- See Also:
-
getPolicyName
Description copied from interface:CfnLoadBalancer.PoliciesProperty
The name of the policy.- Specified by:
getPolicyName
in interfaceCfnLoadBalancer.PoliciesProperty
- See Also:
-
getPolicyType
Description copied from interface:CfnLoadBalancer.PoliciesProperty
The name of the policy type.- Specified by:
getPolicyType
in interfaceCfnLoadBalancer.PoliciesProperty
- See Also:
-
getInstancePorts
Description copied from interface:CfnLoadBalancer.PoliciesProperty
The instance ports for the policy.Required only for some policy types.
- Specified by:
getInstancePorts
in interfaceCfnLoadBalancer.PoliciesProperty
- See Also:
-
getLoadBalancerPorts
Description copied from interface:CfnLoadBalancer.PoliciesProperty
The load balancer ports for the policy.Required only for some policy types.
- Specified by:
getLoadBalancerPorts
in interfaceCfnLoadBalancer.PoliciesProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-