Struct aws_sdk_devicefarm::operation::stop_remote_access_session::builders::StopRemoteAccessSessionInputBuilder
source · #[non_exhaustive]pub struct StopRemoteAccessSessionInputBuilder { /* private fields */ }Expand description
A builder for StopRemoteAccessSessionInput.
Implementations§
source§impl StopRemoteAccessSessionInputBuilder
impl StopRemoteAccessSessionInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the remote access session to stop.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the remote access session to stop.
sourcepub fn build(self) -> Result<StopRemoteAccessSessionInput, BuildError>
pub fn build(self) -> Result<StopRemoteAccessSessionInput, BuildError>
Consumes the builder and constructs a StopRemoteAccessSessionInput.
Trait Implementations§
source§impl Clone for StopRemoteAccessSessionInputBuilder
impl Clone for StopRemoteAccessSessionInputBuilder
source§fn clone(&self) -> StopRemoteAccessSessionInputBuilder
fn clone(&self) -> StopRemoteAccessSessionInputBuilder
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 StopRemoteAccessSessionInputBuilder
impl Default for StopRemoteAccessSessionInputBuilder
source§fn default() -> StopRemoteAccessSessionInputBuilder
fn default() -> StopRemoteAccessSessionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopRemoteAccessSessionInputBuilder> for StopRemoteAccessSessionInputBuilder
impl PartialEq<StopRemoteAccessSessionInputBuilder> for StopRemoteAccessSessionInputBuilder
source§fn eq(&self, other: &StopRemoteAccessSessionInputBuilder) -> bool
fn eq(&self, other: &StopRemoteAccessSessionInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.