#[non_exhaustive]pub struct InstallToRemoteAccessSessionInput { /* private fields */ }Expand description
Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.
Implementations§
source§impl InstallToRemoteAccessSessionInput
impl InstallToRemoteAccessSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InstallToRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InstallToRemoteAccessSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<InstallToRemoteAccessSession>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstallToRemoteAccessSessionInput.
Trait Implementations§
source§impl Clone for InstallToRemoteAccessSessionInput
impl Clone for InstallToRemoteAccessSessionInput
source§fn clone(&self) -> InstallToRemoteAccessSessionInput
fn clone(&self) -> InstallToRemoteAccessSessionInput
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 PartialEq<InstallToRemoteAccessSessionInput> for InstallToRemoteAccessSessionInput
impl PartialEq<InstallToRemoteAccessSessionInput> for InstallToRemoteAccessSessionInput
source§fn eq(&self, other: &InstallToRemoteAccessSessionInput) -> bool
fn eq(&self, other: &InstallToRemoteAccessSessionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.