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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.b2bi.CfnPartnershipProps
CfnPartnershipProps.Builder, CfnPartnershipProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPartnershipProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPartnershipProps.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 theCfnPartnershipProps.Builder.
-
-
Method Details
-
getCapabilities
Description copied from interface:CfnPartnershipPropsReturns one or more capabilities associated with this partnership.- Specified by:
getCapabilitiesin interfaceCfnPartnershipProps- See Also:
-
getEmail
Description copied from interface:CfnPartnershipPropsSpecifies the email address associated with this trading partner.- Specified by:
getEmailin interfaceCfnPartnershipProps- See Also:
-
getName
Description copied from interface:CfnPartnershipPropsReturns the name of the partnership.- Specified by:
getNamein interfaceCfnPartnershipProps- See Also:
-
getProfileId
Description copied from interface:CfnPartnershipPropsReturns the unique, system-generated identifier for the profile connected to this partnership.- Specified by:
getProfileIdin interfaceCfnPartnershipProps- See Also:
-
getCapabilityOptions
Description copied from interface:CfnPartnershipPropsContains the details for an Outbound EDI capability.Returns union: either
IResolvableorCfnPartnership.CapabilityOptionsProperty- Specified by:
getCapabilityOptionsin interfaceCfnPartnershipProps- See Also:
-
getPhone
Description copied from interface:CfnPartnershipPropsSpecifies the phone number associated with the partnership.- Specified by:
getPhonein interfaceCfnPartnershipProps- See Also:
-
getTags
Description copied from interface:CfnPartnershipPropsA 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 interfaceCfnPartnershipProps- 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()
-