Struct aws_sdk_globalaccelerator::operation::create_cross_account_attachment::builders::CreateCrossAccountAttachmentOutputBuilder
source · #[non_exhaustive]pub struct CreateCrossAccountAttachmentOutputBuilder { /* private fields */ }Expand description
A builder for CreateCrossAccountAttachmentOutput.
Implementations§
source§impl CreateCrossAccountAttachmentOutputBuilder
impl CreateCrossAccountAttachmentOutputBuilder
sourcepub fn cross_account_attachment(self, input: Attachment) -> Self
pub fn cross_account_attachment(self, input: Attachment) -> Self
Information about the cross-account attachment.
sourcepub fn set_cross_account_attachment(self, input: Option<Attachment>) -> Self
pub fn set_cross_account_attachment(self, input: Option<Attachment>) -> Self
Information about the cross-account attachment.
sourcepub fn get_cross_account_attachment(&self) -> &Option<Attachment>
pub fn get_cross_account_attachment(&self) -> &Option<Attachment>
Information about the cross-account attachment.
sourcepub fn build(self) -> CreateCrossAccountAttachmentOutput
pub fn build(self) -> CreateCrossAccountAttachmentOutput
Consumes the builder and constructs a CreateCrossAccountAttachmentOutput.
Trait Implementations§
source§impl Clone for CreateCrossAccountAttachmentOutputBuilder
impl Clone for CreateCrossAccountAttachmentOutputBuilder
source§fn clone(&self) -> CreateCrossAccountAttachmentOutputBuilder
fn clone(&self) -> CreateCrossAccountAttachmentOutputBuilder
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 CreateCrossAccountAttachmentOutputBuilder
impl Default for CreateCrossAccountAttachmentOutputBuilder
source§fn default() -> CreateCrossAccountAttachmentOutputBuilder
fn default() -> CreateCrossAccountAttachmentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateCrossAccountAttachmentOutputBuilder
impl PartialEq for CreateCrossAccountAttachmentOutputBuilder
source§fn eq(&self, other: &CreateCrossAccountAttachmentOutputBuilder) -> bool
fn eq(&self, other: &CreateCrossAccountAttachmentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateCrossAccountAttachmentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateCrossAccountAttachmentOutputBuilder
impl Send for CreateCrossAccountAttachmentOutputBuilder
impl Sync for CreateCrossAccountAttachmentOutputBuilder
impl Unpin for CreateCrossAccountAttachmentOutputBuilder
impl UnwindSafe for CreateCrossAccountAttachmentOutputBuilder
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.