Class CfnDataSource.DocumentAttributeValueProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.DocumentAttributeValueProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.DocumentAttributeValueProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.DocumentAttributeValueProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DocumentAttributeValueProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DocumentAttributeValueProperty
An implementation for
CfnDataSource.DocumentAttributeValueProperty
-
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.kendra.CfnDataSource.DocumentAttributeValueProperty
CfnDataSource.DocumentAttributeValueProperty.Builder, CfnDataSource.DocumentAttributeValueProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.DocumentAttributeValueProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDataSource.DocumentAttributeValueProperty.Builder
.
-
-
Method Details
-
getDateValue
Description copied from interface:CfnDataSource.DocumentAttributeValueProperty
A date expressed as an ISO 8601 string.It is important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
- Specified by:
getDateValue
in interfaceCfnDataSource.DocumentAttributeValueProperty
-
getLongValue
Description copied from interface:CfnDataSource.DocumentAttributeValueProperty
A long integer value.- Specified by:
getLongValue
in interfaceCfnDataSource.DocumentAttributeValueProperty
-
getStringListValue
Description copied from interface:CfnDataSource.DocumentAttributeValueProperty
A list of strings.The default maximum length or number of strings is 10.
- Specified by:
getStringListValue
in interfaceCfnDataSource.DocumentAttributeValueProperty
-
getStringValue
Description copied from interface:CfnDataSource.DocumentAttributeValueProperty
A string, such as "department".- Specified by:
getStringValue
in interfaceCfnDataSource.DocumentAttributeValueProperty
-
$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()
-