@Stability(value=Experimental) @Internal public static final class NonIpInstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NonIpInstanceProps
NonIpInstanceProps
software.amazon.jsii.JsiiObject.InitializationMode
NonIpInstanceProps.Builder, NonIpInstanceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(IService service,
Map<String,String> customAttributes,
String instanceId)
Constructor that initializes the object based on literal property values passed by the
NonIpInstanceProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,String> |
getCustomAttributes()
(experimental) Custom attributes of the instance.
|
String |
getInstanceId()
(experimental) The id of the instance resource.
|
IService |
getService()
(experimental) The Cloudmap service this resource is registered to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IService getService()
NonIpInstanceProps
getService
in interface NonIpInstanceProps
public final Map<String,String> getCustomAttributes()
BaseInstanceProps
Default: none
getCustomAttributes
in interface BaseInstanceProps
public final String getInstanceId()
BaseInstanceProps
Default: Automatically generated name
getInstanceId
in interface BaseInstanceProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.