Class CfnTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplateMixinProps
An implementation for
CfnTemplateMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.cases.CfnTemplateMixinProps
CfnTemplateMixinProps.Builder, CfnTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTemplateMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTemplateMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringA brief description of the template.final StringThe unique identifier of the Cases domain.final ObjectObject to store configuration of layouts associated to the template.final StringgetName()The template name.final ObjectA list of fields that must contain a value for a case to be successfully created with this template.final ObjectgetRules()A list of case rules (also known as case field conditions ) on a template.final StringThe status of the template.getTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTemplateMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnTemplateMixinPropsA brief description of the template.- Specified by:
getDescriptionin interfaceCfnTemplateMixinProps- See Also:
-
getDomainId
Description copied from interface:CfnTemplateMixinPropsThe unique identifier of the Cases domain.- Specified by:
getDomainIdin interfaceCfnTemplateMixinProps- See Also:
-
getLayoutConfiguration
Description copied from interface:CfnTemplateMixinPropsObject to store configuration of layouts associated to the template.Returns union: either
IResolvableorCfnTemplatePropsMixin.LayoutConfigurationProperty- Specified by:
getLayoutConfigurationin interfaceCfnTemplateMixinProps- See Also:
-
getName
Description copied from interface:CfnTemplateMixinPropsThe template name.- Specified by:
getNamein interfaceCfnTemplateMixinProps- See Also:
-
getRequiredFields
Description copied from interface:CfnTemplateMixinPropsA list of fields that must contain a value for a case to be successfully created with this template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplatePropsMixin.RequiredFieldProperty>- Specified by:
getRequiredFieldsin interfaceCfnTemplateMixinProps- See Also:
-
getRules
Description copied from interface:CfnTemplateMixinPropsA list of case rules (also known as case field conditions ) on a template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplatePropsMixin.TemplateRuleProperty>- Specified by:
getRulesin interfaceCfnTemplateMixinProps- See Also:
-
getStatus
Description copied from interface:CfnTemplateMixinPropsThe status of the template.- Specified by:
getStatusin interfaceCfnTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnTemplateMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnTemplateMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-