Struct aws_sdk_globalaccelerator::operation::update_cross_account_attachment::builders::UpdateCrossAccountAttachmentOutputBuilder
source · #[non_exhaustive]pub struct UpdateCrossAccountAttachmentOutputBuilder { /* private fields */ }Expand description
A builder for UpdateCrossAccountAttachmentOutput.
Implementations§
source§impl UpdateCrossAccountAttachmentOutputBuilder
impl UpdateCrossAccountAttachmentOutputBuilder
sourcepub fn cross_account_attachment(self, input: Attachment) -> Self
pub fn cross_account_attachment(self, input: Attachment) -> Self
Information about the updated 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 updated cross-account attachment.
sourcepub fn get_cross_account_attachment(&self) -> &Option<Attachment>
pub fn get_cross_account_attachment(&self) -> &Option<Attachment>
Information about the updated cross-account attachment.
sourcepub fn build(self) -> UpdateCrossAccountAttachmentOutput
pub fn build(self) -> UpdateCrossAccountAttachmentOutput
Consumes the builder and constructs a UpdateCrossAccountAttachmentOutput.
Trait Implementations§
source§impl Clone for UpdateCrossAccountAttachmentOutputBuilder
impl Clone for UpdateCrossAccountAttachmentOutputBuilder
source§fn clone(&self) -> UpdateCrossAccountAttachmentOutputBuilder
fn clone(&self) -> UpdateCrossAccountAttachmentOutputBuilder
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 UpdateCrossAccountAttachmentOutputBuilder
impl Default for UpdateCrossAccountAttachmentOutputBuilder
source§fn default() -> UpdateCrossAccountAttachmentOutputBuilder
fn default() -> UpdateCrossAccountAttachmentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateCrossAccountAttachmentOutputBuilder
impl PartialEq for UpdateCrossAccountAttachmentOutputBuilder
source§fn eq(&self, other: &UpdateCrossAccountAttachmentOutputBuilder) -> bool
fn eq(&self, other: &UpdateCrossAccountAttachmentOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateCrossAccountAttachmentOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateCrossAccountAttachmentOutputBuilder
impl RefUnwindSafe for UpdateCrossAccountAttachmentOutputBuilder
impl Send for UpdateCrossAccountAttachmentOutputBuilder
impl Sync for UpdateCrossAccountAttachmentOutputBuilder
impl Unpin for UpdateCrossAccountAttachmentOutputBuilder
impl UnwindSafe for UpdateCrossAccountAttachmentOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.