Class HttpCallProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.integtests.alpha.HttpCallProps.Jsii$Proxy
- All Implemented Interfaces:
HttpCallProps,HttpRequestParameters,ProviderOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HttpCallProps
@Stability(Experimental)
@Internal
public static final class HttpCallProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpCallProps
An implementation for
HttpCallProps-
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.integtests.alpha.HttpCallProps
HttpCallProps.Builder, HttpCallProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(HttpCallProps.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpCallProps.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 FetchOptions(experimental) Options for fetch.final ApplicationLogLevel(experimental) The log level of the provider lambda function.final StringgetUrl()(experimental) The url to fetch.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 theHttpCallProps.Builder.
-
-
Method Details
-
getUrl
Description copied from interface:HttpRequestParameters(experimental) The url to fetch.- Specified by:
getUrlin interfaceHttpRequestParameters
-
getFetchOptions
Description copied from interface:HttpRequestParameters(experimental) Options for fetch.- Specified by:
getFetchOptionsin interfaceHttpRequestParameters
-
getProviderLogLevel
Description copied from interface:ProviderOptions(experimental) The log level of the provider lambda function.Default: ApplicationLogLevel.FATAL
- Specified by:
getProviderLogLevelin interfaceProviderOptions
-
$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()
-