Class CfnPartnershipMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.b2bi.CfnPartnershipMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnershipMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnershipMixinProps
@Stability(Stable)
@Internal
public static final class CfnPartnershipMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnershipMixinProps
An implementation for
CfnPartnershipMixinProps-
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.cfnpropertymixins.services.b2bi.CfnPartnershipMixinProps
CfnPartnershipMixinProps.Builder, CfnPartnershipMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnershipMixinProps.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 booleanReturns one or more capabilities associated with this partnership.final ObjectContains the details for an Outbound EDI capability.final StringgetEmail()Specifies the email address associated with this trading partner.final StringgetName()Returns the name of the partnership.final StringgetPhone()Specifies the phone number associated with the partnership.final StringReturns the unique, system-generated identifier for the profile connected to this partnership.getTags()A key-value pair for a specific partnership.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 theCfnPartnershipMixinProps.Builder.
-
-
Method Details
-
getCapabilities
Description copied from interface:CfnPartnershipMixinPropsReturns one or more capabilities associated with this partnership.- Specified by:
getCapabilitiesin interfaceCfnPartnershipMixinProps- See Also:
-
getCapabilityOptions
Description copied from interface:CfnPartnershipMixinPropsContains the details for an Outbound EDI capability.Returns union: either
IResolvableorCfnPartnershipPropsMixin.CapabilityOptionsProperty- Specified by:
getCapabilityOptionsin interfaceCfnPartnershipMixinProps- See Also:
-
getEmail
Description copied from interface:CfnPartnershipMixinPropsSpecifies the email address associated with this trading partner.- Specified by:
getEmailin interfaceCfnPartnershipMixinProps- See Also:
-
getName
Description copied from interface:CfnPartnershipMixinPropsReturns the name of the partnership.- Specified by:
getNamein interfaceCfnPartnershipMixinProps- See Also:
-
getPhone
Description copied from interface:CfnPartnershipMixinPropsSpecifies the phone number associated with the partnership.- Specified by:
getPhonein interfaceCfnPartnershipMixinProps- See Also:
-
getProfileId
Description copied from interface:CfnPartnershipMixinPropsReturns the unique, system-generated identifier for the profile connected to this partnership.- Specified by:
getProfileIdin interfaceCfnPartnershipMixinProps- See Also:
-
getTags
Description copied from interface:CfnPartnershipMixinPropsA 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:
getTagsin interfaceCfnPartnershipMixinProps- 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()
-