Struct aws_sdk_devicefarm::operation::stop_remote_access_session::builders::StopRemoteAccessSessionOutputBuilder
source · #[non_exhaustive]pub struct StopRemoteAccessSessionOutputBuilder { /* private fields */ }Expand description
A builder for StopRemoteAccessSessionOutput.
Implementations§
source§impl StopRemoteAccessSessionOutputBuilder
impl StopRemoteAccessSessionOutputBuilder
sourcepub fn remote_access_session(self, input: RemoteAccessSession) -> Self
pub fn remote_access_session(self, input: RemoteAccessSession) -> Self
A container that represents the metadata from the service about the remote access session you are stopping.
sourcepub fn set_remote_access_session(
self,
input: Option<RemoteAccessSession>,
) -> Self
pub fn set_remote_access_session( self, input: Option<RemoteAccessSession>, ) -> Self
A container that represents the metadata from the service about the remote access session you are stopping.
sourcepub fn get_remote_access_session(&self) -> &Option<RemoteAccessSession>
pub fn get_remote_access_session(&self) -> &Option<RemoteAccessSession>
A container that represents the metadata from the service about the remote access session you are stopping.
sourcepub fn build(self) -> StopRemoteAccessSessionOutput
pub fn build(self) -> StopRemoteAccessSessionOutput
Consumes the builder and constructs a StopRemoteAccessSessionOutput.
Trait Implementations§
source§impl Clone for StopRemoteAccessSessionOutputBuilder
impl Clone for StopRemoteAccessSessionOutputBuilder
source§fn clone(&self) -> StopRemoteAccessSessionOutputBuilder
fn clone(&self) -> StopRemoteAccessSessionOutputBuilder
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 StopRemoteAccessSessionOutputBuilder
impl Default for StopRemoteAccessSessionOutputBuilder
source§fn default() -> StopRemoteAccessSessionOutputBuilder
fn default() -> StopRemoteAccessSessionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopRemoteAccessSessionOutputBuilder
impl PartialEq for StopRemoteAccessSessionOutputBuilder
source§fn eq(&self, other: &StopRemoteAccessSessionOutputBuilder) -> bool
fn eq(&self, other: &StopRemoteAccessSessionOutputBuilder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StopRemoteAccessSessionOutputBuilder
Auto Trait Implementations§
impl Freeze for StopRemoteAccessSessionOutputBuilder
impl RefUnwindSafe for StopRemoteAccessSessionOutputBuilder
impl Send for StopRemoteAccessSessionOutputBuilder
impl Sync for StopRemoteAccessSessionOutputBuilder
impl Unpin for StopRemoteAccessSessionOutputBuilder
impl UnwindSafe for StopRemoteAccessSessionOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.