Class CfnPartnerAccountProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnPartnerAccountProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnerAccountProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnerAccountProps
@Stability(Stable)
@Internal
public static final class CfnPartnerAccountProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnerAccountProps
An implementation for
CfnPartnerAccountProps-
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.iotwireless.CfnPartnerAccountProps
CfnPartnerAccountProps.Builder, CfnPartnerAccountProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPartnerAccountProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPartnerAccountProps.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 Objectfinal 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 theCfnPartnerAccountProps.Builder.
-
-
Method Details
-
getAccountLinked
Description copied from interface:CfnPartnerAccountPropsWhether the partner account is linked to the AWS account.- Specified by:
getAccountLinkedin interfaceCfnPartnerAccountProps- See Also:
-
getPartnerAccountId
Description copied from interface:CfnPartnerAccountPropsThe ID of the partner account to update.- Specified by:
getPartnerAccountIdin interfaceCfnPartnerAccountProps- See Also:
-
getPartnerType
Description copied from interface:CfnPartnerAccountPropsThe partner type.- Specified by:
getPartnerTypein interfaceCfnPartnerAccountProps- See Also:
-
getSidewalk
Description copied from interface:CfnPartnerAccountPropsThe Sidewalk account credentials.- Specified by:
getSidewalkin interfaceCfnPartnerAccountProps- See Also:
-
getSidewalkResponse
- Specified by:
getSidewalkResponsein interfaceCfnPartnerAccountProps- See Also:
-
getSidewalkUpdate
Description copied from interface:CfnPartnerAccountPropsSidewalk update.- Specified by:
getSidewalkUpdatein interfaceCfnPartnerAccountProps- See Also:
-
getTags
Description copied from interface:CfnPartnerAccountPropsThe 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 interfaceCfnPartnerAccountProps- 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()
-