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