Class CfnPartnershipProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.b2bi.CfnPartnershipProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnershipProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnershipProps
@Stability(Stable)
@Internal
public static final class CfnPartnershipProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnershipProps
An implementation for
CfnPartnershipProps
-
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.b2bi.CfnPartnershipProps
CfnPartnershipProps.Builder, CfnPartnershipProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPartnershipProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPartnershipProps.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
Returns one or more capabilities associated with this partnership.final String
getEmail()
final String
getName()
Returns the name of the partnership.final String
getPhone()
final String
Returns the unique, system-generated identifier for the profile connected to this partnership.getTags()
A key-value pair for a specific partnership.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 theCfnPartnershipProps.Builder
.
-
-
Method Details
-
getEmail
- Specified by:
getEmail
in interfaceCfnPartnershipProps
- See Also:
-
getName
Description copied from interface:CfnPartnershipProps
Returns the name of the partnership.- Specified by:
getName
in interfaceCfnPartnershipProps
- See Also:
-
getProfileId
Description copied from interface:CfnPartnershipProps
Returns the unique, system-generated identifier for the profile connected to this partnership.- Specified by:
getProfileId
in interfaceCfnPartnershipProps
- See Also:
-
getCapabilities
Description copied from interface:CfnPartnershipProps
Returns one or more capabilities associated with this partnership.- Specified by:
getCapabilities
in interfaceCfnPartnershipProps
- See Also:
-
getPhone
- Specified by:
getPhone
in interfaceCfnPartnershipProps
- See Also:
-
getTags
Description copied from interface:CfnPartnershipProps
A key-value pair for a specific partnership.Tags are metadata that you can use to search for and group capabilities for various purposes.
- Specified by:
getTags
in interfaceCfnPartnershipProps
- 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()
-