Class CfnAssistantAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAssistantAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAssistantAssociationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssistantAssociationProps
@Stability(Stable)
@Internal
public static final class CfnAssistantAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssistantAssociationProps
An implementation for
CfnAssistantAssociationProps
-
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.wisdom.CfnAssistantAssociationProps
CfnAssistantAssociationProps.Builder, CfnAssistantAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAssistantAssociationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The identifier of the Wisdom assistant.final Object
The identifier of the associated resource.final String
The type of association.getTags()
The tags used to organize, track, or control access for this resource.final int
hashCode()
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 theCfnAssistantAssociationProps.Builder
.
-
-
Method Details
-
getAssistantId
Description copied from interface:CfnAssistantAssociationProps
The identifier of the Wisdom assistant.- Specified by:
getAssistantId
in interfaceCfnAssistantAssociationProps
- See Also:
-
getAssociation
Description copied from interface:CfnAssistantAssociationProps
The identifier of the associated resource.- Specified by:
getAssociation
in interfaceCfnAssistantAssociationProps
- See Also:
-
getAssociationType
Description copied from interface:CfnAssistantAssociationProps
The type of association.- Specified by:
getAssociationType
in interfaceCfnAssistantAssociationProps
- See Also:
-
getTags
Description copied from interface:CfnAssistantAssociationProps
The tags used to organize, track, or control access for this resource.- Specified by:
getTags
in interfaceCfnAssistantAssociationProps
- See Also:
-
$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()
-