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 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<StopRemoteAccessSessionOutputBuilder> for StopRemoteAccessSessionOutputBuilder
impl PartialEq<StopRemoteAccessSessionOutputBuilder> for StopRemoteAccessSessionOutputBuilder
source§fn eq(&self, other: &StopRemoteAccessSessionOutputBuilder) -> bool
fn eq(&self, other: &StopRemoteAccessSessionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.