Class CfnTaskTemplate.FieldProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnTaskTemplate.FieldProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskTemplate.FieldProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskTemplate.FieldProperty
@Stability(Stable)
@Internal
public static final class CfnTaskTemplate.FieldProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskTemplate.FieldProperty
An implementation for
CfnTaskTemplate.FieldProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnTaskTemplate.FieldProperty
CfnTaskTemplate.FieldProperty.Builder, CfnTaskTemplate.FieldProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTaskTemplate.FieldProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the field.final Object
getId()
The unique identifier for the field.A list of options for a single select field.final String
getType()
Indicates the type of field.final int
hashCode()
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 theCfnTaskTemplate.FieldProperty.Builder
.
-
-
Method Details
-
getId
Description copied from interface:CfnTaskTemplate.FieldProperty
The unique identifier for the field.- Specified by:
getId
in interfaceCfnTaskTemplate.FieldProperty
- See Also:
-
getType
Description copied from interface:CfnTaskTemplate.FieldProperty
Indicates the type of field.Following are the valid field types:
NAME
DESCRIPTION
|SCHEDULED_TIME
|QUICK_CONNECT
|URL
|NUMBER
|TEXT
|TEXT_AREA
|DATE_TIME
|BOOLEAN
|SINGLE_SELECT
|EMAIL
- Specified by:
getType
in interfaceCfnTaskTemplate.FieldProperty
- See Also:
-
getDescription
Description copied from interface:CfnTaskTemplate.FieldProperty
The description of the field.- Specified by:
getDescription
in interfaceCfnTaskTemplate.FieldProperty
- See Also:
-
getSingleSelectOptions
Description copied from interface:CfnTaskTemplate.FieldProperty
A list of options for a single select field.- Specified by:
getSingleSelectOptions
in interfaceCfnTaskTemplate.FieldProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-