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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTemplate.TemplateVersionProperty
CfnTemplate.TemplateVersionProperty.Builder, CfnTemplate.TemplateVersionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTemplate.TemplateVersionProperty.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 time that this template version was created.final Object
Schema of the dataset identified by the placeholder.final String
The description of the template.final Object
Errors associated with this template version.final Object
A list of the associated sheets with the unique identifier and name of each sheet.final String
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.final String
The status that is associated with the template.final String
The ARN of the theme associated with this version of the template.final Number
The version number of the template version.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 theCfnTemplate.TemplateVersionProperty.Builder
.
-
-
Method Details
-
getCreatedTime
Description copied from interface:CfnTemplate.TemplateVersionProperty
The time that this template version was created.- Specified by:
getCreatedTime
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getDataSetConfigurations
Description copied from interface:CfnTemplate.TemplateVersionProperty
Schema 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:
getDataSetConfigurations
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getDescription
Description copied from interface:CfnTemplate.TemplateVersionProperty
The description of the template.- Specified by:
getDescription
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getErrors
Description copied from interface:CfnTemplate.TemplateVersionProperty
Errors associated with this template version.- Specified by:
getErrors
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getSheets
Description copied from interface:CfnTemplate.TemplateVersionProperty
A list of the associated sheets with the unique identifier and name of each sheet.- Specified by:
getSheets
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getSourceEntityArn
Description copied from interface:CfnTemplate.TemplateVersionProperty
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.- Specified by:
getSourceEntityArn
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getStatus
Description copied from interface:CfnTemplate.TemplateVersionProperty
The status that is associated with the template.CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
- Specified by:
getStatus
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getThemeArn
Description copied from interface:CfnTemplate.TemplateVersionProperty
The ARN of the theme associated with this version of the template.- Specified by:
getThemeArn
in interfaceCfnTemplate.TemplateVersionProperty
- See Also:
-
getVersionNumber
Description copied from interface:CfnTemplate.TemplateVersionProperty
The version number of the template version.- Specified by:
getVersionNumber
in interfaceCfnTemplate.TemplateVersionProperty
- 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()
-