Struct aws_sdk_quicksight::types::builders::AssetBundleExportJobResourceIdOverrideConfigurationBuilder
source · #[non_exhaustive]pub struct AssetBundleExportJobResourceIdOverrideConfigurationBuilder { /* private fields */ }Expand description
A builder for AssetBundleExportJobResourceIdOverrideConfiguration.
Implementations§
source§impl AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl AssetBundleExportJobResourceIdOverrideConfigurationBuilder
sourcepub fn prefix_for_all_resources(self, input: bool) -> Self
pub fn prefix_for_all_resources(self, input: bool) -> Self
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
sourcepub fn set_prefix_for_all_resources(self, input: Option<bool>) -> Self
pub fn set_prefix_for_all_resources(self, input: Option<bool>) -> Self
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
sourcepub fn get_prefix_for_all_resources(&self) -> &Option<bool>
pub fn get_prefix_for_all_resources(&self) -> &Option<bool>
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
sourcepub fn build(self) -> AssetBundleExportJobResourceIdOverrideConfiguration
pub fn build(self) -> AssetBundleExportJobResourceIdOverrideConfiguration
Consumes the builder and constructs a AssetBundleExportJobResourceIdOverrideConfiguration.
Trait Implementations§
source§impl Clone for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl Clone for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
source§fn clone(&self) -> AssetBundleExportJobResourceIdOverrideConfigurationBuilder
fn clone(&self) -> AssetBundleExportJobResourceIdOverrideConfigurationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl Default for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
source§fn default() -> AssetBundleExportJobResourceIdOverrideConfigurationBuilder
fn default() -> AssetBundleExportJobResourceIdOverrideConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl PartialEq for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
source§fn eq(
&self,
other: &AssetBundleExportJobResourceIdOverrideConfigurationBuilder
) -> bool
fn eq( &self, other: &AssetBundleExportJobResourceIdOverrideConfigurationBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl Send for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl Sync for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl Unpin for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
impl UnwindSafe for AssetBundleExportJobResourceIdOverrideConfigurationBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.