Class CfnPaymentManagerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentManagerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPaymentManagerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPaymentManagerMixinProps
@Stability(Stable)
@Internal
public static final class CfnPaymentManagerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPaymentManagerMixinProps
An implementation for
CfnPaymentManagerMixinProps-
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.bedrockagentcore.CfnPaymentManagerMixinProps
CfnPaymentManagerMixinProps.Builder, CfnPaymentManagerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPaymentManagerMixinProps.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 ObjectReturns union: eitherIResolvableorCfnPaymentManagerPropsMixin.AuthorizerConfigurationPropertyfinal Stringfinal StringA description of the payment manager.final StringgetName()The name of the payment manager.final StringThe ARN of the IAM role for the payment manager.getTags()Tags to assign to the 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 theCfnPaymentManagerMixinProps.Builder.
-
-
Method Details
-
getAuthorizerConfiguration
Description copied from interface:CfnPaymentManagerMixinPropsReturns union: eitherIResolvableorCfnPaymentManagerPropsMixin.AuthorizerConfigurationProperty- Specified by:
getAuthorizerConfigurationin interfaceCfnPaymentManagerMixinProps- See Also:
-
getAuthorizerType
- Specified by:
getAuthorizerTypein interfaceCfnPaymentManagerMixinProps- See Also:
-
getDescription
Description copied from interface:CfnPaymentManagerMixinPropsA description of the payment manager.- Specified by:
getDescriptionin interfaceCfnPaymentManagerMixinProps- See Also:
-
getName
Description copied from interface:CfnPaymentManagerMixinPropsThe name of the payment manager.- Specified by:
getNamein interfaceCfnPaymentManagerMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnPaymentManagerMixinPropsThe ARN of the IAM role for the payment manager.- Specified by:
getRoleArnin interfaceCfnPaymentManagerMixinProps- See Also:
-
getTags
Description copied from interface:CfnPaymentManagerMixinPropsTags to assign to the payment manager.- Specified by:
getTagsin interfaceCfnPaymentManagerMixinProps- 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()
-