Class CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty
An implementation for
CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty-
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.bedrockagentcore.CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty
CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Builder, CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.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 StringgetAppId()The app ID provided by Privy.final StringThe app secret provided by Privy.final StringThe authorization ID for the Stripe Privy integration.final StringThe authorization private key for the Stripe Privy integration.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
protected Jsii$Proxy(CfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty.Builder.
-
-
Method Details
-
getAppId
Description copied from interface:CfnPaymentCredentialProvider.StripePrivyConfigurationInputPropertyThe app ID provided by Privy.- Specified by:
getAppIdin interfaceCfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty- See Also:
-
getAppSecret
Description copied from interface:CfnPaymentCredentialProvider.StripePrivyConfigurationInputPropertyThe app secret provided by Privy.- Specified by:
getAppSecretin interfaceCfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty- See Also:
-
getAuthorizationId
Description copied from interface:CfnPaymentCredentialProvider.StripePrivyConfigurationInputPropertyThe authorization ID for the Stripe Privy integration.- Specified by:
getAuthorizationIdin interfaceCfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty- See Also:
-
getAuthorizationPrivateKey
Description copied from interface:CfnPaymentCredentialProvider.StripePrivyConfigurationInputPropertyThe authorization private key for the Stripe Privy integration.- Specified by:
getAuthorizationPrivateKeyin interfaceCfnPaymentCredentialProvider.StripePrivyConfigurationInputProperty- 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()
-