Class CfnFieldMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnFieldMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFieldMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFieldMixinProps
@Stability(Stable)
@Internal
public static final class CfnFieldMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFieldMixinProps
An implementation for
CfnFieldMixinProps-
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.CfnFieldMixinProps
CfnFieldMixinProps.Builder, CfnFieldMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFieldMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFieldMixinProps.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 ObjectUnion of field attributes.final 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 theCfnFieldMixinProps.Builder.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnFieldMixinPropsUnion of field attributes.Returns union: either
IResolvableorCfnFieldPropsMixin.FieldAttributesProperty- Specified by:
getAttributesin interfaceCfnFieldMixinProps- See Also:
-
getDescription
Description copied from interface:CfnFieldMixinPropsDescription of the field.- Specified by:
getDescriptionin interfaceCfnFieldMixinProps- See Also:
-
getDomainId
Description copied from interface:CfnFieldMixinPropsThe unique identifier of the Cases domain.- Specified by:
getDomainIdin interfaceCfnFieldMixinProps- See Also:
-
getName
Description copied from interface:CfnFieldMixinPropsName of the field.- Specified by:
getNamein interfaceCfnFieldMixinProps- See Also:
-
getTags
Description copied from interface:CfnFieldMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnFieldMixinProps- See Also:
-
getType
Description copied from interface:CfnFieldMixinPropsType of the field.- Specified by:
getTypein interfaceCfnFieldMixinProps- 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()
-