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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkmanager.CfnDeviceProps
CfnDeviceProps.Builder, CfnDeviceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDeviceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeviceProps.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 ObjectThe AWS location of the device.final StringA description of the device.final StringThe ID of the global network.final ObjectThe site location.final StringgetModel()The model of the device.final StringThe serial number of the device.final StringThe site ID.getTags()The tags for the device.final StringgetType()The device type.final StringThe vendor of the device.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 theCfnDeviceProps.Builder.
-
-
Method Details
-
getGlobalNetworkId
Description copied from interface:CfnDevicePropsThe ID of the global network.- Specified by:
getGlobalNetworkIdin interfaceCfnDeviceProps- See Also:
-
getAwsLocation
Description copied from interface:CfnDevicePropsThe AWS location of the device.Returns union: either
IResolvableorCfnDevice.AWSLocationProperty- Specified by:
getAwsLocationin interfaceCfnDeviceProps- See Also:
-
getDescription
Description copied from interface:CfnDevicePropsA description of the device.Constraints: Maximum length of 256 characters.
- Specified by:
getDescriptionin interfaceCfnDeviceProps- See Also:
-
getLocation
Description copied from interface:CfnDevicePropsThe site location.Returns union: either
IResolvableorCfnDevice.LocationProperty- Specified by:
getLocationin interfaceCfnDeviceProps- See Also:
-
getModel
Description copied from interface:CfnDevicePropsThe model of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getModelin interfaceCfnDeviceProps- See Also:
-
getSerialNumber
Description copied from interface:CfnDevicePropsThe serial number of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getSerialNumberin interfaceCfnDeviceProps- See Also:
-
getSiteId
Description copied from interface:CfnDevicePropsThe site ID.- Specified by:
getSiteIdin interfaceCfnDeviceProps- See Also:
-
getTags
Description copied from interface:CfnDevicePropsThe tags for the device.- Specified by:
getTagsin interfaceCfnDeviceProps- See Also:
-
getType
Description copied from interface:CfnDevicePropsThe device type.- Specified by:
getTypein interfaceCfnDeviceProps- See Also:
-
getVendor
Description copied from interface:CfnDevicePropsThe vendor of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getVendorin interfaceCfnDeviceProps- 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()
-