#[non_exhaustive]pub struct AwsManagedResourcesBuilder { /* private fields */ }Expand description
A builder for AwsManagedResources.
Implementations§
source§impl AwsManagedResourcesBuilder
impl AwsManagedResourcesBuilder
sourcepub fn target_destination(self, input: AwsManagedTargetDestination) -> Self
pub fn target_destination(self, input: AwsManagedTargetDestination) -> Self
Appends an item to target_destination.
To override the contents of this collection use set_target_destination.
The choice of application destination that you specify.
sourcepub fn set_target_destination(
self,
input: Option<Vec<AwsManagedTargetDestination>>
) -> Self
pub fn set_target_destination( self, input: Option<Vec<AwsManagedTargetDestination>> ) -> Self
The choice of application destination that you specify.
sourcepub fn get_target_destination(
&self
) -> &Option<Vec<AwsManagedTargetDestination>>
pub fn get_target_destination( &self ) -> &Option<Vec<AwsManagedTargetDestination>>
The choice of application destination that you specify.
sourcepub fn build(self) -> Result<AwsManagedResources, BuildError>
pub fn build(self) -> Result<AwsManagedResources, BuildError>
Consumes the builder and constructs a AwsManagedResources.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for AwsManagedResourcesBuilder
impl Clone for AwsManagedResourcesBuilder
source§fn clone(&self) -> AwsManagedResourcesBuilder
fn clone(&self) -> AwsManagedResourcesBuilder
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 AwsManagedResourcesBuilder
impl Debug for AwsManagedResourcesBuilder
source§impl Default for AwsManagedResourcesBuilder
impl Default for AwsManagedResourcesBuilder
source§fn default() -> AwsManagedResourcesBuilder
fn default() -> AwsManagedResourcesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsManagedResourcesBuilder
impl PartialEq for AwsManagedResourcesBuilder
source§fn eq(&self, other: &AwsManagedResourcesBuilder) -> bool
fn eq(&self, other: &AwsManagedResourcesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsManagedResourcesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsManagedResourcesBuilder
impl Send for AwsManagedResourcesBuilder
impl Sync for AwsManagedResourcesBuilder
impl Unpin for AwsManagedResourcesBuilder
impl UnwindSafe for AwsManagedResourcesBuilder
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.