Class CfnDeviceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.networkmanager.mixins.CfnDeviceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeviceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeviceMixinProps
@Stability(Stable)
@Internal
public static final class CfnDeviceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeviceMixinProps
An implementation for
CfnDeviceMixinProps-
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.mixins.preview.services.networkmanager.mixins.CfnDeviceMixinProps
CfnDeviceMixinProps.Builder, CfnDeviceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDeviceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeviceMixinProps.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 theCfnDeviceMixinProps.Builder.
-
-
Method Details
-
getAwsLocation
Description copied from interface:CfnDeviceMixinPropsThe AWS location of the device.Returns union: either
IResolvableorCfnDevicePropsMixin.AWSLocationProperty- Specified by:
getAwsLocationin interfaceCfnDeviceMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDeviceMixinPropsA description of the device.Constraints: Maximum length of 256 characters.
- Specified by:
getDescriptionin interfaceCfnDeviceMixinProps- See Also:
-
getGlobalNetworkId
Description copied from interface:CfnDeviceMixinPropsThe ID of the global network.- Specified by:
getGlobalNetworkIdin interfaceCfnDeviceMixinProps- See Also:
-
getLocation
Description copied from interface:CfnDeviceMixinPropsThe site location.Returns union: either
IResolvableorCfnDevicePropsMixin.LocationProperty- Specified by:
getLocationin interfaceCfnDeviceMixinProps- See Also:
-
getModel
Description copied from interface:CfnDeviceMixinPropsThe model of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getModelin interfaceCfnDeviceMixinProps- See Also:
-
getSerialNumber
Description copied from interface:CfnDeviceMixinPropsThe serial number of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getSerialNumberin interfaceCfnDeviceMixinProps- See Also:
-
getSiteId
Description copied from interface:CfnDeviceMixinPropsThe site ID.- Specified by:
getSiteIdin interfaceCfnDeviceMixinProps- See Also:
-
getTags
Description copied from interface:CfnDeviceMixinPropsThe tags for the device.- Specified by:
getTagsin interfaceCfnDeviceMixinProps- See Also:
-
getType
Description copied from interface:CfnDeviceMixinPropsThe device type.- Specified by:
getTypein interfaceCfnDeviceMixinProps- See Also:
-
getVendor
Description copied from interface:CfnDeviceMixinPropsThe vendor of the device.Constraints: Maximum length of 128 characters.
- Specified by:
getVendorin interfaceCfnDeviceMixinProps- 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()
-