Package org.cdk8s.plus25.k8s
Class LimitResponseV1Beta2.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.LimitResponseV1Beta2.Jsii$Proxy
-
- All Implemented Interfaces:
LimitResponseV1Beta2,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LimitResponseV1Beta2
@Stability(Stable) @Internal public static final class LimitResponseV1Beta2.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LimitResponseV1Beta2
An implementation forLimitResponseV1Beta2
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.LimitResponseV1Beta2
LimitResponseV1Beta2.Builder, LimitResponseV1Beta2.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LimitResponseV1Beta2.Builder builder)Constructor that initializes the object based on literal property values passed by theLimitResponseV1Beta2.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)QueuingConfigurationV1Beta2getQueuing()queuingholds the configuration parameters for queuing.StringgetType()typeis "Queue" or "Reject".inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(LimitResponseV1Beta2.Builder builder)
Constructor that initializes the object based on literal property values passed by theLimitResponseV1Beta2.Builder.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:LimitResponseV1Beta2typeis "Queue" or "Reject"."Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
- Specified by:
getTypein interfaceLimitResponseV1Beta2
-
getQueuing
public final QueuingConfigurationV1Beta2 getQueuing()
Description copied from interface:LimitResponseV1Beta2queuingholds the configuration parameters for queuing.This field may be non-empty only if
typeis"Queue".- Specified by:
getQueuingin interfaceLimitResponseV1Beta2
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-