public static final class CfnAssistantAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssistantAssociationProps
CfnAssistantAssociationProps
CfnAssistantAssociationProps.Builder, CfnAssistantAssociationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAssistantId()
The identifier of the Wisdom assistant.
|
java.lang.Object |
getAssociation()
The identifier of the associated resource.
|
java.lang.String |
getAssociationType()
The type of association.
|
java.util.List<CfnTag> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAssistantId()
CfnAssistantAssociationProps
getAssistantId
in interface CfnAssistantAssociationProps
public final java.lang.Object getAssociation()
CfnAssistantAssociationProps
getAssociation
in interface CfnAssistantAssociationProps
public final java.lang.String getAssociationType()
CfnAssistantAssociationProps
getAssociationType
in interface CfnAssistantAssociationProps
public final java.util.List<CfnTag> getTags()
CfnAssistantAssociationProps
getTags
in interface CfnAssistantAssociationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()