Class ApplicationInferenceProfileAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.ApplicationInferenceProfileAttributes.Jsii$Proxy
- All Implemented Interfaces:
ApplicationInferenceProfileAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApplicationInferenceProfileAttributes
@Stability(Experimental)
@Internal
public static final class ApplicationInferenceProfileAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApplicationInferenceProfileAttributes
An implementation for
ApplicationInferenceProfileAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.ApplicationInferenceProfileAttributes
ApplicationInferenceProfileAttributes.Builder, ApplicationInferenceProfileAttributes.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationInferenceProfileAttributes.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theApplicationInferenceProfileAttributes.Builder
.
-
-
Method Details
-
getInferenceProfileArn
Description copied from interface:ApplicationInferenceProfileAttributes
(experimental) The ARN of the application inference profile.- Specified by:
getInferenceProfileArn
in interfaceApplicationInferenceProfileAttributes
-
getInferenceProfileIdentifier
Description copied from interface:ApplicationInferenceProfileAttributes
(experimental) The ID or Amazon Resource Name (ARN) of the inference profile.This can be either the profile ID or the full ARN.
- Specified by:
getInferenceProfileIdentifier
in interfaceApplicationInferenceProfileAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-