Interface TagOptionAssociationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TagOptionAssociationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-08-13T16:20:17.538Z")
@Stability(Stable)
public interface TagOptionAssociationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a TagOptionAssociation resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.servicecatalog.*;
TagOptionAssociationReference tagOptionAssociationReference = TagOptionAssociationReference.builder()
.resourceId("resourceId")
.tagOptionId("tagOptionId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTagOptionAssociationReferencestatic final classAn implementation forTagOptionAssociationReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ResourceId of the TagOptionAssociation resource.The TagOptionId of the TagOptionAssociation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceId
The ResourceId of the TagOptionAssociation resource. -
getTagOptionId
The TagOptionId of the TagOptionAssociation resource. -
builder
-