Class CfnMemory.CustomConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnMemory.CustomConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMemory.CustomConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMemory.CustomConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnMemory.CustomConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMemory.CustomConfigurationInputProperty
An implementation for
CfnMemory.CustomConfigurationInputProperty-
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.CfnMemory.CustomConfigurationInputProperty
CfnMemory.CustomConfigurationInputProperty.Builder, CfnMemory.CustomConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMemory.CustomConfigurationInputProperty.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 ObjectThe custom configuration input.final ObjectThe memory override configuration.final ObjectThe memory configuration override.final ObjectThe memory user preference override.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 theCfnMemory.CustomConfigurationInputProperty.Builder.
-
-
Method Details
-
getSelfManagedConfiguration
Description copied from interface:CfnMemory.CustomConfigurationInputPropertyThe custom configuration input.Returns union: either
IResolvableorCfnMemory.SelfManagedConfigurationProperty- Specified by:
getSelfManagedConfigurationin interfaceCfnMemory.CustomConfigurationInputProperty- See Also:
-
getSemanticOverride
Description copied from interface:CfnMemory.CustomConfigurationInputPropertyThe memory override configuration.Returns union: either
IResolvableorCfnMemory.SemanticOverrideProperty- Specified by:
getSemanticOverridein interfaceCfnMemory.CustomConfigurationInputProperty- See Also:
-
getSummaryOverride
Description copied from interface:CfnMemory.CustomConfigurationInputPropertyThe memory configuration override.Returns union: either
IResolvableorCfnMemory.SummaryOverrideProperty- Specified by:
getSummaryOverridein interfaceCfnMemory.CustomConfigurationInputProperty- See Also:
-
getUserPreferenceOverride
Description copied from interface:CfnMemory.CustomConfigurationInputPropertyThe memory user preference override.Returns union: either
IResolvableorCfnMemory.UserPreferenceOverrideProperty- Specified by:
getUserPreferenceOverridein interfaceCfnMemory.CustomConfigurationInputProperty- 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()
-