Class CfnNetworkAnalyzerConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnNetworkAnalyzerConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkAnalyzerConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkAnalyzerConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnNetworkAnalyzerConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkAnalyzerConfigurationMixinProps
An implementation for
CfnNetworkAnalyzerConfigurationMixinProps-
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.cfnpropertymixins.services.iotwireless.CfnNetworkAnalyzerConfigurationMixinProps
CfnNetworkAnalyzerConfigurationMixinProps.Builder, CfnNetworkAnalyzerConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkAnalyzerConfigurationMixinProps.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 StringThe description of the resource.final StringgetName()Name of the network analyzer configuration.getTags()The tags to attach to the specified resource.final ObjectTrace 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 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 theCfnNetworkAnalyzerConfigurationMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnNetworkAnalyzerConfigurationMixinPropsThe description of the resource.- Specified by:
getDescriptionin interfaceCfnNetworkAnalyzerConfigurationMixinProps- See Also:
-
getName
Description copied from interface:CfnNetworkAnalyzerConfigurationMixinPropsName of the network analyzer configuration.- Specified by:
getNamein interfaceCfnNetworkAnalyzerConfigurationMixinProps- See Also:
-
getTags
Description copied from interface:CfnNetworkAnalyzerConfigurationMixinPropsThe tags to attach to the specified resource.Tags are metadata that you can use to manage a resource.
- Specified by:
getTagsin interfaceCfnNetworkAnalyzerConfigurationMixinProps- See Also:
-
getTraceContent
Description copied from interface:CfnNetworkAnalyzerConfigurationMixinPropsTrace content for your wireless gateway and wireless device resources.- Specified by:
getTraceContentin interfaceCfnNetworkAnalyzerConfigurationMixinProps- See Also:
-
getWirelessDevices
Description copied from interface:CfnNetworkAnalyzerConfigurationMixinPropsWireless device resources to add to the network analyzer configuration.Provide the
WirelessDeviceIdof the resource to add in the input array.- Specified by:
getWirelessDevicesin interfaceCfnNetworkAnalyzerConfigurationMixinProps- See Also:
-
getWirelessGateways
Description copied from interface:CfnNetworkAnalyzerConfigurationMixinPropsWireless gateway resources to add to the network analyzer configuration.Provide the
WirelessGatewayIdof the resource to add in the input array.- Specified by:
getWirelessGatewaysin interfaceCfnNetworkAnalyzerConfigurationMixinProps- See Also:
-
$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()
-