Interface IAttributeReferenceProps
-
- All Superinterfaces:
IBaseEntityDataProps,IBaseEntityProps,ITypedEdgeProps,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAttributeReferenceProps.Jsii$Default
- All Known Implementing Classes:
IAttributeReferenceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.331Z") @Stability(Experimental) public interface IAttributeReferenceProps extends software.amazon.jsii.JsiiSerializable, ITypedEdgeProps
(experimental) Attribute type reference props.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIAttributeReferenceProps.Jsii$DefaultInternal default implementation forIAttributeReferenceProps.static classIAttributeReferenceProps.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue()(experimental) Resolved attribute value.voidsetValue(Boolean value)(experimental) Resolved attribute value.voidsetValue(Number value)(experimental) Resolved attribute value.voidsetValue(String value)(experimental) Resolved attribute value.voidsetValue(List<Object> value)(experimental) Resolved attribute value.voidsetValue(PlainObject value)(experimental) Resolved attribute value.-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityDataProps
getAttributes, getFlags, getMetadata, getTags
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.IBaseEntityProps
getStore, getUuid
-
Methods inherited from interface software.aws.awsprototypingsdk.cdkgraph.ITypedEdgeProps
getSource, getTarget
-
-
-
-
Method Detail
-
getValue
@Stability(Experimental) @NotNull Object getValue()
(experimental) Resolved attribute value.
-
setValue
void setValue(@NotNull String value)(experimental) Resolved attribute value.
-
setValue
void setValue(@NotNull Number value)(experimental) Resolved attribute value.
-
setValue
void setValue(@NotNull Boolean value)(experimental) Resolved attribute value.
-
setValue
void setValue(@NotNull PlainObject value)(experimental) Resolved attribute value.
-
-