Struct aws_sdk_quicksight::operation::describe_template_definition::builders::DescribeTemplateDefinitionOutputBuilder
source · #[non_exhaustive]pub struct DescribeTemplateDefinitionOutputBuilder { /* private fields */ }Expand description
A builder for DescribeTemplateDefinitionOutput.
Implementations§
source§impl DescribeTemplateDefinitionOutputBuilder
impl DescribeTemplateDefinitionOutputBuilder
sourcepub fn template_id(self, input: impl Into<String>) -> Self
pub fn template_id(self, input: impl Into<String>) -> Self
The ID of the template described.
sourcepub fn set_template_id(self, input: Option<String>) -> Self
pub fn set_template_id(self, input: Option<String>) -> Self
The ID of the template described.
sourcepub fn errors(self, input: TemplateError) -> Self
pub fn errors(self, input: TemplateError) -> Self
Appends an item to errors.
To override the contents of this collection use set_errors.
Errors associated with the template version.
sourcepub fn set_errors(self, input: Option<Vec<TemplateError>>) -> Self
pub fn set_errors(self, input: Option<Vec<TemplateError>>) -> Self
Errors associated with the template version.
sourcepub fn resource_status(self, input: ResourceStatus) -> Self
pub fn resource_status(self, input: ResourceStatus) -> Self
Status associated with the template.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
sourcepub fn set_resource_status(self, input: Option<ResourceStatus>) -> Self
pub fn set_resource_status(self, input: Option<ResourceStatus>) -> Self
Status associated with the template.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
sourcepub fn set_theme_arn(self, input: Option<String>) -> Self
pub fn set_theme_arn(self, input: Option<String>) -> Self
The ARN of the theme of the template.
sourcepub fn definition(self, input: TemplateVersionDefinition) -> Self
pub fn definition(self, input: TemplateVersionDefinition) -> Self
The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
sourcepub fn set_definition(self, input: Option<TemplateVersionDefinition>) -> Self
pub fn set_definition(self, input: Option<TemplateVersionDefinition>) -> Self
The definition of the template.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn build(self) -> DescribeTemplateDefinitionOutput
pub fn build(self) -> DescribeTemplateDefinitionOutput
Consumes the builder and constructs a DescribeTemplateDefinitionOutput.
Trait Implementations§
source§impl Clone for DescribeTemplateDefinitionOutputBuilder
impl Clone for DescribeTemplateDefinitionOutputBuilder
source§fn clone(&self) -> DescribeTemplateDefinitionOutputBuilder
fn clone(&self) -> DescribeTemplateDefinitionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeTemplateDefinitionOutputBuilder
impl Default for DescribeTemplateDefinitionOutputBuilder
source§fn default() -> DescribeTemplateDefinitionOutputBuilder
fn default() -> DescribeTemplateDefinitionOutputBuilder
source§impl PartialEq<DescribeTemplateDefinitionOutputBuilder> for DescribeTemplateDefinitionOutputBuilder
impl PartialEq<DescribeTemplateDefinitionOutputBuilder> for DescribeTemplateDefinitionOutputBuilder
source§fn eq(&self, other: &DescribeTemplateDefinitionOutputBuilder) -> bool
fn eq(&self, other: &DescribeTemplateDefinitionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.