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- See Also:
-
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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.DataSetConfigurationProperty>- Specified by:
getDataSetConfigurationsin interfaceCfnTemplate.TemplateVersionProperty- See Also:
-
getDescription
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe description of the template.- Specified by:
getDescriptionin interfaceCfnTemplate.TemplateVersionProperty- See Also:
-
getErrors
Description copied from interface:CfnTemplate.TemplateVersionPropertyErrors associated with this template version.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.TemplateErrorProperty>- Specified by:
getErrorsin interfaceCfnTemplate.TemplateVersionProperty- See Also:
-
getSheets
Description copied from interface:CfnTemplate.TemplateVersionPropertyA list of the associated sheets with the unique identifier and name of each sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.SheetProperty>- Specified by:
getSheetsin interfaceCfnTemplate.TemplateVersionProperty- See Also:
-
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- See Also:
-
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- See Also:
-
getThemeArn
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe ARN of the theme associated with this version of the template.- Specified by:
getThemeArnin interfaceCfnTemplate.TemplateVersionProperty- See Also:
-
getVersionNumber
Description copied from interface:CfnTemplate.TemplateVersionPropertyThe version number of the template version.- Specified by:
getVersionNumberin interfaceCfnTemplate.TemplateVersionProperty- 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()
-