Class CfnCaseMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnCaseMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCaseMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCaseMixinProps
@Stability(Stable)
@Internal
public static final class CfnCaseMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCaseMixinProps
An implementation for
CfnCaseMixinProps-
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.CfnCaseMixinProps
CfnCaseMixinProps.Builder, CfnCaseMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCaseMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCaseMixinProps.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 StringThe full customer profile ARN for the case.final StringThe unique identifier of the Cases domain.getTags()A list of tags for the case.final StringA unique identifier of a template.final StringgetTitle()The title of the case.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 theCfnCaseMixinProps.Builder.
-
-
Method Details
-
getCustomerId
Description copied from interface:CfnCaseMixinPropsThe full customer profile ARN for the case.- Specified by:
getCustomerIdin interfaceCfnCaseMixinProps- See Also:
-
getDomainId
Description copied from interface:CfnCaseMixinPropsThe unique identifier of the Cases domain.- Specified by:
getDomainIdin interfaceCfnCaseMixinProps- See Also:
-
getTags
Description copied from interface:CfnCaseMixinPropsA list of tags for the case.- Specified by:
getTagsin interfaceCfnCaseMixinProps- See Also:
-
getTemplateId
Description copied from interface:CfnCaseMixinPropsA unique identifier of a template.- Specified by:
getTemplateIdin interfaceCfnCaseMixinProps- See Also:
-
getTitle
Description copied from interface:CfnCaseMixinPropsThe title of the case.- Specified by:
getTitlein interfaceCfnCaseMixinProps- 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()
-