Interface CfnTemplatePropsMixin.RequiredFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.RequiredFieldProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static interface CfnTemplatePropsMixin.RequiredFieldProperty
extends software.amazon.jsii.JsiiSerializable
List of fields that must have a value provided to create a case.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cases.*;
RequiredFieldProperty requiredFieldProperty = RequiredFieldProperty.builder()
.fieldId("fieldId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplatePropsMixin.RequiredFieldPropertystatic final classAn implementation forCfnTemplatePropsMixin.RequiredFieldProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
Unique identifier of a field.- See Also:
-
builder
-