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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnPartnerAccountProps
CfnPartnerAccountProps.Builder, CfnPartnerAccountProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPartnerAccountProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPartnerAccountProps.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
Whether the partner account is linked to the AWS account.final String
The ID of the partner account to update.final String
The partner type.final Object
The Sidewalk account credentials.final Object
Information about a Sidewalk account.final Object
Sidewalk update.getTags()
The tags are an array of key-value pairs to attach to the specified resource.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 theCfnPartnerAccountProps.Builder
.
-
-
Method Details
-
getAccountLinked
Description copied from interface:CfnPartnerAccountProps
Whether the partner account is linked to the AWS account.- Specified by:
getAccountLinked
in interfaceCfnPartnerAccountProps
- See Also:
-
getPartnerAccountId
Description copied from interface:CfnPartnerAccountProps
The ID of the partner account to update.- Specified by:
getPartnerAccountId
in interfaceCfnPartnerAccountProps
- See Also:
-
getPartnerType
Description copied from interface:CfnPartnerAccountProps
The partner type.- Specified by:
getPartnerType
in interfaceCfnPartnerAccountProps
- See Also:
-
getSidewalk
Description copied from interface:CfnPartnerAccountProps
The Sidewalk account credentials.- Specified by:
getSidewalk
in interfaceCfnPartnerAccountProps
- See Also:
-
getSidewalkResponse
Description copied from interface:CfnPartnerAccountProps
Information about a Sidewalk account.- Specified by:
getSidewalkResponse
in interfaceCfnPartnerAccountProps
- See Also:
-
getSidewalkUpdate
Description copied from interface:CfnPartnerAccountProps
Sidewalk update.- Specified by:
getSidewalkUpdate
in interfaceCfnPartnerAccountProps
- See Also:
-
getTags
Description copied from interface:CfnPartnerAccountProps
The 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:
getTags
in interfaceCfnPartnerAccountProps
- 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()
-