Class CfnPartnerAccountMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.iotwireless.mixins.CfnPartnerAccountMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnerAccountMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnerAccountMixinProps
@Stability(Stable)
@Internal
public static final class CfnPartnerAccountMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnerAccountMixinProps
An implementation for
CfnPartnerAccountMixinProps-
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.iotwireless.mixins.CfnPartnerAccountMixinProps
CfnPartnerAccountMixinProps.Builder, CfnPartnerAccountMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnerAccountMixinProps.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 ObjectWhether the partner account is linked to the AWS account.final StringThe ID of the partner account to update.final StringThe partner type.final ObjectThe Sidewalk account credentials.final ObjectInformation about a Sidewalk account.final ObjectSidewalk update.getTags()The tags are an array of key-value pairs to attach to the specified resource.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 theCfnPartnerAccountMixinProps.Builder.
-
-
Method Details
-
getAccountLinked
Description copied from interface:CfnPartnerAccountMixinPropsWhether the partner account is linked to the AWS account.Returns union: either
BooleanorIResolvable- Specified by:
getAccountLinkedin interfaceCfnPartnerAccountMixinProps- See Also:
-
getPartnerAccountId
Description copied from interface:CfnPartnerAccountMixinPropsThe ID of the partner account to update.- Specified by:
getPartnerAccountIdin interfaceCfnPartnerAccountMixinProps- See Also:
-
getPartnerType
Description copied from interface:CfnPartnerAccountMixinPropsThe partner type.- Specified by:
getPartnerTypein interfaceCfnPartnerAccountMixinProps- See Also:
-
getSidewalk
Description copied from interface:CfnPartnerAccountMixinPropsThe Sidewalk account credentials.Returns union: either
IResolvableorCfnPartnerAccountPropsMixin.SidewalkAccountInfoProperty- Specified by:
getSidewalkin interfaceCfnPartnerAccountMixinProps- See Also:
-
getSidewalkResponse
Description copied from interface:CfnPartnerAccountMixinPropsInformation about a Sidewalk account.Returns union: either
IResolvableorCfnPartnerAccountPropsMixin.SidewalkAccountInfoWithFingerprintProperty- Specified by:
getSidewalkResponsein interfaceCfnPartnerAccountMixinProps- See Also:
-
getSidewalkUpdate
Description copied from interface:CfnPartnerAccountMixinPropsSidewalk update.Returns union: either
IResolvableorCfnPartnerAccountPropsMixin.SidewalkUpdateAccountProperty- Specified by:
getSidewalkUpdatein interfaceCfnPartnerAccountMixinProps- See Also:
-
getTags
Description copied from interface:CfnPartnerAccountMixinPropsThe tags are an array of key-value pairs to attach to the specified resource.Tags can have a minimum of 0 and a maximum of 50 items.
- Specified by:
getTagsin interfaceCfnPartnerAccountMixinProps- 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()
-