7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename RemoteAccessSessionArnT = Aws::String>
50 void SetRemoteAccessSessionArn(RemoteAccessSessionArnT&& value) { m_remoteAccessSessionArnHasBeenSet =
true; m_remoteAccessSessionArn = std::forward<RemoteAccessSessionArnT>(value); }
51 template<
typename RemoteAccessSessionArnT = Aws::String>
61 template<
typename AppArnT = Aws::String>
62 void SetAppArn(AppArnT&& value) { m_appArnHasBeenSet =
true; m_appArn = std::forward<AppArnT>(value); }
63 template<
typename AppArnT = Aws::String>
69 bool m_remoteAccessSessionArnHasBeenSet =
false;
72 bool m_appArnHasBeenSet =
false;
void SetRemoteAccessSessionArn(RemoteAccessSessionArnT &&value)
InstallToRemoteAccessSessionRequest & WithAppArn(AppArnT &&value)
InstallToRemoteAccessSessionRequest & WithRemoteAccessSessionArn(RemoteAccessSessionArnT &&value)
bool RemoteAccessSessionArnHasBeenSet() const
bool AppArnHasBeenSet() const
const Aws::String & GetRemoteAccessSessionArn() const
AWS_DEVICEFARM_API InstallToRemoteAccessSessionRequest()=default
void SetAppArn(AppArnT &&value)
const Aws::String & GetAppArn() const
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String