Class CfnPaymentConnectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPaymentConnectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPaymentConnectorProps
@Stability(Stable)
@Internal
public static final class CfnPaymentConnectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPaymentConnectorProps
An implementation for
CfnPaymentConnectorProps-
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.CfnPaymentConnectorProps
CfnPaymentConnectorProps.Builder, CfnPaymentConnectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPaymentConnectorProps.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 StringThe name of the payment connector.final Stringfinal ObjectThe credential provider configurations for the connector.final StringA description of the payment connector.final StringThe identifier of the parent payment manager.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 theCfnPaymentConnectorProps.Builder.
-
-
Method Details
-
getConnectorName
Description copied from interface:CfnPaymentConnectorPropsThe name of the payment connector.- Specified by:
getConnectorNamein interfaceCfnPaymentConnectorProps- See Also:
-
getConnectorType
- Specified by:
getConnectorTypein interfaceCfnPaymentConnectorProps- See Also:
-
getCredentialProviderConfigurations
Description copied from interface:CfnPaymentConnectorPropsThe credential provider configurations for the connector.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPaymentConnector.CredentialsProviderConfigurationProperty>- Specified by:
getCredentialProviderConfigurationsin interfaceCfnPaymentConnectorProps- See Also:
-
getPaymentManagerId
Description copied from interface:CfnPaymentConnectorPropsThe identifier of the parent payment manager.- Specified by:
getPaymentManagerIdin interfaceCfnPaymentConnectorProps- See Also:
-
getDescription
Description copied from interface:CfnPaymentConnectorPropsA description of the payment connector.- Specified by:
getDescriptionin interfaceCfnPaymentConnectorProps- 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()
-