Interface CodeGuruProfilerRecommendationStateChange.Name

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CodeGuruProfilerRecommendationStateChange.Name.Jsii$Proxy
Enclosing class:
CodeGuruProfilerRecommendationStateChange

@Stability(Experimental) public static interface CodeGuruProfilerRecommendationStateChange.Name extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Name.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.codeguruprofiler.events.*;
 Name name = Name.builder()
         .value(List.of("value"))
         .build();