Package org.cdk8s.plus23.k8s
Class LimitResponseV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.k8s.LimitResponseV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
LimitResponseV1Beta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LimitResponseV1Beta1
@Stability(Stable) @Internal public static final class LimitResponseV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LimitResponseV1Beta1
An implementation forLimitResponseV1Beta1
-
-
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.plus23.k8s.LimitResponseV1Beta1
LimitResponseV1Beta1.Builder, LimitResponseV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(LimitResponseV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theLimitResponseV1Beta1.Builder
.protected
Jsii$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()
boolean
equals(Object o)
QueuingConfigurationV1Beta1
getQueuing()
`queuing` holds the configuration parameters for queuing.String
getType()
`type` is "Queue" or "Reject".int
hashCode()
-
-
-
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(LimitResponseV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theLimitResponseV1Beta1.Builder
.
-
-
Method Detail
-
getType
public final String getType()
Description copied from interface:LimitResponseV1Beta1
`type` is "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:
getType
in interfaceLimitResponseV1Beta1
-
getQueuing
public final QueuingConfigurationV1Beta1 getQueuing()
Description copied from interface:LimitResponseV1Beta1
`queuing` holds the configuration parameters for queuing.This field may be non-empty only if
type
is"Queue"
.- Specified by:
getQueuing
in interfaceLimitResponseV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-