Class CfnFieldProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cases.CfnFieldProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFieldProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFieldProps
@Stability(Stable)
@Internal
public static final class CfnFieldProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFieldProps
An implementation for
CfnFieldProps-
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.CfnFieldProps
CfnFieldProps.Builder, CfnFieldProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFieldProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFieldProps.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 StringDescription of the field.final StringThe unique identifier of the Cases domain.final StringgetName()Name of the field.getTags()An array of key-value pairs to apply to this resource.final StringgetType()Type of the field.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 theCfnFieldProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnFieldPropsName of the field.- Specified by:
getNamein interfaceCfnFieldProps- See Also:
-
getType
Description copied from interface:CfnFieldPropsType of the field.- Specified by:
getTypein interfaceCfnFieldProps- See Also:
-
getDescription
Description copied from interface:CfnFieldPropsDescription of the field.- Specified by:
getDescriptionin interfaceCfnFieldProps- See Also:
-
getDomainId
Description copied from interface:CfnFieldPropsThe unique identifier of the Cases domain.- Specified by:
getDomainIdin interfaceCfnFieldProps- See Also:
-
getTags
Description copied from interface:CfnFieldPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnFieldProps- 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()
-