@Stability(value=Stable) @Internal public static final class CfnAcceleratorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAcceleratorProps
CfnAcceleratorProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnAcceleratorProps.Builder, CfnAcceleratorProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String name,
Object enabled,
List<String> ipAddresses,
String ipAddressType,
List<? extends CfnTag> tags)
Constructor that initializes the object based on literal property values passed by the
CfnAcceleratorProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getEnabled()
`AWS::GlobalAccelerator::Accelerator.Enabled`.
|
List<String> |
getIpAddresses()
`AWS::GlobalAccelerator::Accelerator.IpAddresses`.
|
String |
getIpAddressType()
`AWS::GlobalAccelerator::Accelerator.IpAddressType`.
|
String |
getName()
`AWS::GlobalAccelerator::Accelerator.Name`.
|
List<CfnTag> |
getTags()
`AWS::GlobalAccelerator::Accelerator.Tags`.
|
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 String getName()
CfnAcceleratorProps
getName
in interface CfnAcceleratorProps
public final Object getEnabled()
CfnAcceleratorProps
getEnabled
in interface CfnAcceleratorProps
public final List<String> getIpAddresses()
CfnAcceleratorProps
getIpAddresses
in interface CfnAcceleratorProps
public final String getIpAddressType()
CfnAcceleratorProps
getIpAddressType
in interface CfnAcceleratorProps
public final List<CfnTag> getTags()
CfnAcceleratorProps
getTags
in interface CfnAcceleratorProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.