Struct aws_sdk_ec2::operation::delete_traffic_mirror_session::builders::DeleteTrafficMirrorSessionOutputBuilder
source · #[non_exhaustive]pub struct DeleteTrafficMirrorSessionOutputBuilder { /* private fields */ }Expand description
A builder for DeleteTrafficMirrorSessionOutput.
Implementations§
source§impl DeleteTrafficMirrorSessionOutputBuilder
impl DeleteTrafficMirrorSessionOutputBuilder
sourcepub fn traffic_mirror_session_id(self, input: impl Into<String>) -> Self
pub fn traffic_mirror_session_id(self, input: impl Into<String>) -> Self
The ID of the deleted Traffic Mirror session.
sourcepub fn set_traffic_mirror_session_id(self, input: Option<String>) -> Self
pub fn set_traffic_mirror_session_id(self, input: Option<String>) -> Self
The ID of the deleted Traffic Mirror session.
sourcepub fn get_traffic_mirror_session_id(&self) -> &Option<String>
pub fn get_traffic_mirror_session_id(&self) -> &Option<String>
The ID of the deleted Traffic Mirror session.
sourcepub fn build(self) -> DeleteTrafficMirrorSessionOutput
pub fn build(self) -> DeleteTrafficMirrorSessionOutput
Consumes the builder and constructs a DeleteTrafficMirrorSessionOutput.
Trait Implementations§
source§impl Clone for DeleteTrafficMirrorSessionOutputBuilder
impl Clone for DeleteTrafficMirrorSessionOutputBuilder
source§fn clone(&self) -> DeleteTrafficMirrorSessionOutputBuilder
fn clone(&self) -> DeleteTrafficMirrorSessionOutputBuilder
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 DeleteTrafficMirrorSessionOutputBuilder
impl Default for DeleteTrafficMirrorSessionOutputBuilder
source§fn default() -> DeleteTrafficMirrorSessionOutputBuilder
fn default() -> DeleteTrafficMirrorSessionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteTrafficMirrorSessionOutputBuilder> for DeleteTrafficMirrorSessionOutputBuilder
impl PartialEq<DeleteTrafficMirrorSessionOutputBuilder> for DeleteTrafficMirrorSessionOutputBuilder
source§fn eq(&self, other: &DeleteTrafficMirrorSessionOutputBuilder) -> bool
fn eq(&self, other: &DeleteTrafficMirrorSessionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteTrafficMirrorSessionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteTrafficMirrorSessionOutputBuilder
impl Send for DeleteTrafficMirrorSessionOutputBuilder
impl Sync for DeleteTrafficMirrorSessionOutputBuilder
impl Unpin for DeleteTrafficMirrorSessionOutputBuilder
impl UnwindSafe for DeleteTrafficMirrorSessionOutputBuilder
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