Package com.hashicorp.cdktf
Class MantaBackendConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.MantaBackendConfig.Jsii$Proxy
- All Implemented Interfaces:
MantaBackendConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MantaBackendConfig
@Stability(Deprecated)
@Deprecated
@Internal
public static final class MantaBackendConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MantaBackendConfig
Deprecated.
An implementation for
MantaBackendConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.MantaBackendConfig
MantaBackendConfig.Builder, MantaBackendConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(MantaBackendConfig.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theMantaBackendConfig.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final String
Deprecated.final Boolean
Deprecated.final String
getKeyId()
Deprecated.final String
Deprecated.final String
Deprecated.final String
getPath()
Deprecated.final String
getUrl()
Deprecated.final String
getUser()
Deprecated.final int
hashCode()
Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theMantaBackendConfig.Builder
.
-
-
Method Details
-
getAccount
Deprecated.- Specified by:
getAccount
in interfaceMantaBackendConfig
-
getKeyId
Deprecated.- Specified by:
getKeyId
in interfaceMantaBackendConfig
-
getPath
Deprecated.- Specified by:
getPath
in interfaceMantaBackendConfig
-
getInsecureSkipTlsVerify
Deprecated.- Specified by:
getInsecureSkipTlsVerify
in interfaceMantaBackendConfig
-
getKeyMaterial
Deprecated.- Specified by:
getKeyMaterial
in interfaceMantaBackendConfig
-
getObjectName
Deprecated.- Specified by:
getObjectName
in interfaceMantaBackendConfig
-
getUrl
Deprecated.- Specified by:
getUrl
in interfaceMantaBackendConfig
-
getUser
Deprecated.- Specified by:
getUser
in interfaceMantaBackendConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-