Class CfnNetworkAnalyzerConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnNetworkAnalyzerConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkAnalyzerConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkAnalyzerConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnNetworkAnalyzerConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkAnalyzerConfigurationProps
An implementation for
CfnNetworkAnalyzerConfigurationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnNetworkAnalyzerConfigurationProps
CfnNetworkAnalyzerConfigurationProps.Builder, CfnNetworkAnalyzerConfigurationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNetworkAnalyzerConfigurationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the resource.final String
getName()
Name of the network analyzer configuration.getTags()
The tags to attach to the specified resource.final Object
Trace content for your wireless gateway and wireless device resources.Wireless device resources to add to the network analyzer configuration.Wireless gateway resources to add to the network analyzer configuration.final int
hashCode()
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 theCfnNetworkAnalyzerConfigurationProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnNetworkAnalyzerConfigurationProps
Name of the network analyzer configuration.- Specified by:
getName
in interfaceCfnNetworkAnalyzerConfigurationProps
- See Also:
-
getDescription
Description copied from interface:CfnNetworkAnalyzerConfigurationProps
The description of the resource.- Specified by:
getDescription
in interfaceCfnNetworkAnalyzerConfigurationProps
- See Also:
-
getTags
Description copied from interface:CfnNetworkAnalyzerConfigurationProps
The tags to attach to the specified resource.Tags are metadata that you can use to manage a resource.
- Specified by:
getTags
in interfaceCfnNetworkAnalyzerConfigurationProps
- See Also:
-
getTraceContent
Description copied from interface:CfnNetworkAnalyzerConfigurationProps
Trace content for your wireless gateway and wireless device resources.- Specified by:
getTraceContent
in interfaceCfnNetworkAnalyzerConfigurationProps
- See Also:
-
getWirelessDevices
Description copied from interface:CfnNetworkAnalyzerConfigurationProps
Wireless device resources to add to the network analyzer configuration.Provide the
WirelessDeviceId
of the resource to add in the input array.- Specified by:
getWirelessDevices
in interfaceCfnNetworkAnalyzerConfigurationProps
- See Also:
-
getWirelessGateways
Description copied from interface:CfnNetworkAnalyzerConfigurationProps
Wireless gateway resources to add to the network analyzer configuration.Provide the
WirelessGatewayId
of the resource to add in the input array.- Specified by:
getWirelessGateways
in interfaceCfnNetworkAnalyzerConfigurationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-