Package org.cdk8s.plus24
Class HandlerFromHttpGetOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.HandlerFromHttpGetOptions.Jsii$Proxy
-
- All Implemented Interfaces:
HandlerFromHttpGetOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HandlerFromHttpGetOptions
@Stability(Stable) @Internal public static final class HandlerFromHttpGetOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HandlerFromHttpGetOptions
An implementation forHandlerFromHttpGetOptions
-
-
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.plus24.HandlerFromHttpGetOptions
HandlerFromHttpGetOptions.Builder, HandlerFromHttpGetOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HandlerFromHttpGetOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theHandlerFromHttpGetOptions.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)NumbergetPort()The TCP port to use when sending the GET request.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(HandlerFromHttpGetOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theHandlerFromHttpGetOptions.Builder.
-
-
Method Detail
-
getPort
public final Number getPort()
Description copied from interface:HandlerFromHttpGetOptionsThe TCP port to use when sending the GET request.Default: - defaults to `container.port`.
- Specified by:
getPortin interfaceHandlerFromHttpGetOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-