Class CfnDeviceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkmanager.CfnDeviceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeviceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeviceProps
@Stability(Stable)
@Internal
public static final class CfnDeviceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeviceProps
An implementation for
CfnDeviceProps
-
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.networkmanager.CfnDeviceProps
CfnDeviceProps.Builder, CfnDeviceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDeviceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeviceProps.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 Object
The AWS location of the device.final String
A description of the device.final String
The ID of the global network.final Object
The site location.final String
getModel()
The model of the device.final String
The serial number of the device.final String
The site ID.getTags()
The tags for the device.final String
getType()
The device type.final String
The vendor of the device.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 theCfnDeviceProps.Builder
.
-
-
Method Details
-
getGlobalNetworkId
Description copied from interface:CfnDeviceProps
The ID of the global network.- Specified by:
getGlobalNetworkId
in interfaceCfnDeviceProps
- See Also:
-
getAwsLocation
Description copied from interface:CfnDeviceProps
The AWS location of the device.- Specified by:
getAwsLocation
in interfaceCfnDeviceProps
- See Also:
-
getDescription
Description copied from interface:CfnDeviceProps
A description of the device.Constraints: Maximum length of 256 characters.
- Specified by:
getDescription
in interfaceCfnDeviceProps
- See Also:
-
getLocation
Description copied from interface:CfnDeviceProps
The site location.- Specified by:
getLocation
in interfaceCfnDeviceProps
- See Also:
-
getModel
Description copied from interface:CfnDeviceProps
The model of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getModel
in interfaceCfnDeviceProps
- See Also:
-
getSerialNumber
Description copied from interface:CfnDeviceProps
The serial number of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getSerialNumber
in interfaceCfnDeviceProps
- See Also:
-
getSiteId
Description copied from interface:CfnDeviceProps
The site ID.- Specified by:
getSiteId
in interfaceCfnDeviceProps
- See Also:
-
getTags
Description copied from interface:CfnDeviceProps
The tags for the device.- Specified by:
getTags
in interfaceCfnDeviceProps
- See Also:
-
getType
Description copied from interface:CfnDeviceProps
The device type.- Specified by:
getType
in interfaceCfnDeviceProps
- See Also:
-
getVendor
Description copied from interface:CfnDeviceProps
The vendor of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getVendor
in interfaceCfnDeviceProps
- 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()
-