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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnTaskTemplate.FieldProperty
CfnTaskTemplate.FieldProperty.Builder, CfnTaskTemplate.FieldProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskTemplate.FieldProperty.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 description of the field.final ObjectgetId()The unique identifier for the field.A list of options for a single select field.final StringgetType()Indicates the type of 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 theCfnTaskTemplate.FieldProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnTaskTemplate.FieldPropertyThe unique identifier for the field.Returns union: either
IResolvableorCfnTaskTemplate.FieldIdentifierProperty- Specified by:
getIdin interfaceCfnTaskTemplate.FieldProperty- See Also:
-
getType
Description copied from interface:CfnTaskTemplate.FieldPropertyIndicates the type of field.Following are the valid field types:
NAMEDESCRIPTION|SCHEDULED_TIME|QUICK_CONNECT|URL|NUMBER|TEXT|TEXT_AREA|DATE_TIME|BOOLEAN|SINGLE_SELECT|EMAIL- Specified by:
getTypein interfaceCfnTaskTemplate.FieldProperty- See Also:
-
getDescription
Description copied from interface:CfnTaskTemplate.FieldPropertyThe description of the field.- Specified by:
getDescriptionin interfaceCfnTaskTemplate.FieldProperty- See Also:
-
getSingleSelectOptions
Description copied from interface:CfnTaskTemplate.FieldPropertyA list of options for a single select field.- Specified by:
getSingleSelectOptionsin interfaceCfnTaskTemplate.FieldProperty- 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()
-