Struct aws_sdk_quicksight::operation::describe_template_definition::builders::DescribeTemplateDefinitionInputBuilder
source · #[non_exhaustive]pub struct DescribeTemplateDefinitionInputBuilder { /* private fields */ }Expand description
A builder for DescribeTemplateDefinitionInput.
Implementations§
source§impl DescribeTemplateDefinitionInputBuilder
impl DescribeTemplateDefinitionInputBuilder
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
This field is required.sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
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 that you're describing.
This field is required.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 that you're describing.
sourcepub fn get_template_id(&self) -> &Option<String>
pub fn get_template_id(&self) -> &Option<String>
The ID of the template that you're describing.
sourcepub fn version_number(self, input: i64) -> Self
pub fn version_number(self, input: i64) -> Self
The version number of the template.
sourcepub fn set_version_number(self, input: Option<i64>) -> Self
pub fn set_version_number(self, input: Option<i64>) -> Self
The version number of the template.
sourcepub fn get_version_number(&self) -> &Option<i64>
pub fn get_version_number(&self) -> &Option<i64>
The version number of the template.
sourcepub fn alias_name(self, input: impl Into<String>) -> Self
pub fn alias_name(self, input: impl Into<String>) -> Self
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
sourcepub fn set_alias_name(self, input: Option<String>) -> Self
pub fn set_alias_name(self, input: Option<String>) -> Self
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
sourcepub fn get_alias_name(&self) -> &Option<String>
pub fn get_alias_name(&self) -> &Option<String>
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
sourcepub fn build(self) -> Result<DescribeTemplateDefinitionInput, BuildError>
pub fn build(self) -> Result<DescribeTemplateDefinitionInput, BuildError>
Consumes the builder and constructs a DescribeTemplateDefinitionInput.
source§impl DescribeTemplateDefinitionInputBuilder
impl DescribeTemplateDefinitionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeTemplateDefinitionOutput, SdkError<DescribeTemplateDefinitionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeTemplateDefinitionOutput, SdkError<DescribeTemplateDefinitionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeTemplateDefinitionInputBuilder
impl Clone for DescribeTemplateDefinitionInputBuilder
source§fn clone(&self) -> DescribeTemplateDefinitionInputBuilder
fn clone(&self) -> DescribeTemplateDefinitionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeTemplateDefinitionInputBuilder
impl Default for DescribeTemplateDefinitionInputBuilder
source§fn default() -> DescribeTemplateDefinitionInputBuilder
fn default() -> DescribeTemplateDefinitionInputBuilder
source§impl PartialEq for DescribeTemplateDefinitionInputBuilder
impl PartialEq for DescribeTemplateDefinitionInputBuilder
source§fn eq(&self, other: &DescribeTemplateDefinitionInputBuilder) -> bool
fn eq(&self, other: &DescribeTemplateDefinitionInputBuilder) -> bool
self and other values to be equal, and is used
by ==.