Interface ThingTypeReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ThingTypeReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-09T14:39:21.774Z")
@Stability(Stable)
public interface ThingTypeReference
extends software.amazon.jsii.JsiiSerializable
A reference to a ThingType 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.iot.*;
ThingTypeReference thingTypeReference = ThingTypeReference.builder()
.thingTypeArn("thingTypeArn")
.thingTypeName("thingTypeName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forThingTypeReferencestatic final classAn implementation forThingTypeReference -
Method Summary
Modifier and TypeMethodDescriptionstatic ThingTypeReference.Builderbuilder()The ARN of the ThingType resource.The ThingTypeName of the ThingType resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getThingTypeArn
The ARN of the ThingType resource. -
getThingTypeName
The ThingTypeName of the ThingType resource. -
builder
- Returns:
- a
ThingTypeReference.BuilderofThingTypeReference
-