#[non_exhaustive]pub struct DescribeBundleInputBuilder { /* private fields */ }Expand description
A builder for DescribeBundleInput.
Implementations§
source§impl DescribeBundleInputBuilder
impl DescribeBundleInputBuilder
sourcepub fn set_bundle_id(self, input: Option<String>) -> Self
pub fn set_bundle_id(self, input: Option<String>) -> Self
Unique bundle identifier.
sourcepub fn build(self) -> Result<DescribeBundleInput, BuildError>
pub fn build(self) -> Result<DescribeBundleInput, BuildError>
Consumes the builder and constructs a DescribeBundleInput.
Trait Implementations§
source§impl Clone for DescribeBundleInputBuilder
impl Clone for DescribeBundleInputBuilder
source§fn clone(&self) -> DescribeBundleInputBuilder
fn clone(&self) -> DescribeBundleInputBuilder
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 Debug for DescribeBundleInputBuilder
impl Debug for DescribeBundleInputBuilder
source§impl Default for DescribeBundleInputBuilder
impl Default for DescribeBundleInputBuilder
source§fn default() -> DescribeBundleInputBuilder
fn default() -> DescribeBundleInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeBundleInputBuilder> for DescribeBundleInputBuilder
impl PartialEq<DescribeBundleInputBuilder> for DescribeBundleInputBuilder
source§fn eq(&self, other: &DescribeBundleInputBuilder) -> bool
fn eq(&self, other: &DescribeBundleInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeBundleInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeBundleInputBuilder
impl Send for DescribeBundleInputBuilder
impl Sync for DescribeBundleInputBuilder
impl Unpin for DescribeBundleInputBuilder
impl UnwindSafe for DescribeBundleInputBuilder
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