Struct aws_sdk_devicefarm::operation::create_remote_access_session::builders::CreateRemoteAccessSessionOutputBuilder
source · #[non_exhaustive]pub struct CreateRemoteAccessSessionOutputBuilder { /* private fields */ }Expand description
A builder for CreateRemoteAccessSessionOutput.
Implementations§
source§impl CreateRemoteAccessSessionOutputBuilder
impl CreateRemoteAccessSessionOutputBuilder
sourcepub fn remote_access_session(self, input: RemoteAccessSession) -> Self
pub fn remote_access_session(self, input: RemoteAccessSession) -> Self
A container that describes the remote access session when the request to create a remote access session is sent.
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 describes the remote access session when the request to create a remote access session is sent.
sourcepub fn get_remote_access_session(&self) -> &Option<RemoteAccessSession>
pub fn get_remote_access_session(&self) -> &Option<RemoteAccessSession>
A container that describes the remote access session when the request to create a remote access session is sent.
sourcepub fn build(self) -> CreateRemoteAccessSessionOutput
pub fn build(self) -> CreateRemoteAccessSessionOutput
Consumes the builder and constructs a CreateRemoteAccessSessionOutput.
Trait Implementations§
source§impl Clone for CreateRemoteAccessSessionOutputBuilder
impl Clone for CreateRemoteAccessSessionOutputBuilder
source§fn clone(&self) -> CreateRemoteAccessSessionOutputBuilder
fn clone(&self) -> CreateRemoteAccessSessionOutputBuilder
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 CreateRemoteAccessSessionOutputBuilder
impl Default for CreateRemoteAccessSessionOutputBuilder
source§fn default() -> CreateRemoteAccessSessionOutputBuilder
fn default() -> CreateRemoteAccessSessionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateRemoteAccessSessionOutputBuilder
impl PartialEq for CreateRemoteAccessSessionOutputBuilder
source§fn eq(&self, other: &CreateRemoteAccessSessionOutputBuilder) -> bool
fn eq(&self, other: &CreateRemoteAccessSessionOutputBuilder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateRemoteAccessSessionOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateRemoteAccessSessionOutputBuilder
impl RefUnwindSafe for CreateRemoteAccessSessionOutputBuilder
impl Send for CreateRemoteAccessSessionOutputBuilder
impl Sync for CreateRemoteAccessSessionOutputBuilder
impl Unpin for CreateRemoteAccessSessionOutputBuilder
impl UnwindSafe for CreateRemoteAccessSessionOutputBuilder
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.