Class CfnPaymentManagerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentManagerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPaymentManagerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPaymentManagerProps
@Stability(Stable)
@Internal
public static final class CfnPaymentManagerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPaymentManagerProps
An implementation for
CfnPaymentManagerProps-
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.CfnPaymentManagerProps
CfnPaymentManagerProps.Builder, CfnPaymentManagerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPaymentManagerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPaymentManagerProps.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: eitherIResolvableorCfnPaymentManager.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 theCfnPaymentManagerProps.Builder.
-
-
Method Details
-
getAuthorizerType
- Specified by:
getAuthorizerTypein interfaceCfnPaymentManagerProps- See Also:
-
getName
Description copied from interface:CfnPaymentManagerPropsThe name of the payment manager.- Specified by:
getNamein interfaceCfnPaymentManagerProps- See Also:
-
getRoleArn
Description copied from interface:CfnPaymentManagerPropsThe ARN of the IAM role for the payment manager.- Specified by:
getRoleArnin interfaceCfnPaymentManagerProps- See Also:
-
getAuthorizerConfiguration
Description copied from interface:CfnPaymentManagerPropsReturns union: eitherIResolvableorCfnPaymentManager.AuthorizerConfigurationProperty- Specified by:
getAuthorizerConfigurationin interfaceCfnPaymentManagerProps- See Also:
-
getDescription
Description copied from interface:CfnPaymentManagerPropsA description of the payment manager.- Specified by:
getDescriptionin interfaceCfnPaymentManagerProps- See Also:
-
getTags
Description copied from interface:CfnPaymentManagerPropsTags to assign to the payment manager.- Specified by:
getTagsin interfaceCfnPaymentManagerProps- 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()
-