Class CfnTemplate.TemplateVersionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.TemplateVersionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.TemplateVersionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTemplate.TemplateVersionProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.TemplateVersionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.TemplateVersionProperty
An implementation for
CfnTemplate.TemplateVersionProperty-
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.quicksight.CfnTemplate.TemplateVersionProperty
CfnTemplate.TemplateVersionProperty.Builder, CfnTemplate.TemplateVersionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.TemplateVersionProperty.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 time that this template version was created.final ObjectSchema of the dataset identified by the placeholder.final StringThe description of the template.final ObjectErrors associated with this template version.final ObjectA list of the associated sheets with the unique identifier and name of each sheet.final StringThe Amazon Resource Name (ARN) of an analysis or template that was used to create this template.final StringThe status that is associated with the template.final StringThe ARN of the theme associated with this version of the template.final NumberThe version number of the template version.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 theCfnTemplate.TemplateVersionProperty.Builder.
-
-
Method Details
-
getCreatedTime
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe time that this template version was created.- Specified by:
getCreatedTimein interfaceCfnTemplate.TemplateVersionProperty
-
getDataSetConfigurations
Description copied from interface:CfnTemplate.TemplateVersionPropertySchema of the dataset identified by the placeholder.Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.
- Specified by:
getDataSetConfigurationsin interfaceCfnTemplate.TemplateVersionProperty
-
getDescription
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe description of the template.- Specified by:
getDescriptionin interfaceCfnTemplate.TemplateVersionProperty
-
getErrors
Description copied from interface:CfnTemplate.TemplateVersionPropertyErrors associated with this template version.- Specified by:
getErrorsin interfaceCfnTemplate.TemplateVersionProperty
-
getSheets
Description copied from interface:CfnTemplate.TemplateVersionPropertyA list of the associated sheets with the unique identifier and name of each sheet.- Specified by:
getSheetsin interfaceCfnTemplate.TemplateVersionProperty
-
getSourceEntityArn
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe Amazon Resource Name (ARN) of an analysis or template that was used to create this template.- Specified by:
getSourceEntityArnin interfaceCfnTemplate.TemplateVersionProperty
-
getStatus
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe status that is associated with the template.CREATION_IN_PROGRESSCREATION_SUCCESSFULCREATION_FAILEDUPDATE_IN_PROGRESSUPDATE_SUCCESSFULUPDATE_FAILEDDELETED
- Specified by:
getStatusin interfaceCfnTemplate.TemplateVersionProperty
-
getThemeArn
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe ARN of the theme associated with this version of the template.- Specified by:
getThemeArnin interfaceCfnTemplate.TemplateVersionProperty
-
getVersionNumber
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe version number of the template version.- Specified by:
getVersionNumberin interfaceCfnTemplate.TemplateVersionProperty
-
$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()
-