7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
11#include <aws/devicefarm/model/BillingMethod.h>
12#include <aws/devicefarm/model/DeviceProxy.h>
46 template <
typename AuxiliaryAppsT = Aws::Vector<Aws::String>>
48 m_auxiliaryAppsHasBeenSet =
true;
49 m_auxiliaryApps = std::forward<AuxiliaryAppsT>(value);
51 template <
typename AuxiliaryAppsT = Aws::Vector<Aws::String>>
56 template <
typename AuxiliaryAppsT = Aws::String>
58 m_auxiliaryAppsHasBeenSet =
true;
59 m_auxiliaryApps.emplace_back(std::forward<AuxiliaryAppsT>(value));
71 m_billingMethodHasBeenSet =
true;
72 m_billingMethod = value;
86 template <
typename VpceConfigurationArnsT = Aws::Vector<Aws::String>>
88 m_vpceConfigurationArnsHasBeenSet =
true;
89 m_vpceConfigurationArns = std::forward<VpceConfigurationArnsT>(value);
91 template <
typename VpceConfigurationArnsT = Aws::Vector<Aws::String>>
96 template <
typename VpceConfigurationArnsT = Aws::String>
98 m_vpceConfigurationArnsHasBeenSet =
true;
99 m_vpceConfigurationArns.emplace_back(std::forward<VpceConfigurationArnsT>(value));
111 template <
typename DeviceProxyT = DeviceProxy>
113 m_deviceProxyHasBeenSet =
true;
114 m_deviceProxy = std::forward<DeviceProxyT>(value);
116 template <
typename DeviceProxyT = DeviceProxy>
133 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
135 m_parametersHasBeenSet =
true;
136 m_parameters = std::forward<ParametersT>(value);
138 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
143 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
145 m_parametersHasBeenSet =
true;
146 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
157 DeviceProxy m_deviceProxy;
160 bool m_auxiliaryAppsHasBeenSet =
false;
161 bool m_billingMethodHasBeenSet =
false;
162 bool m_vpceConfigurationArnsHasBeenSet =
false;
163 bool m_deviceProxyHasBeenSet =
false;
164 bool m_parametersHasBeenSet =
false;
CreateRemoteAccessSessionConfiguration & AddVpceConfigurationArns(VpceConfigurationArnsT &&value)
const DeviceProxy & GetDeviceProxy() const
void SetDeviceProxy(DeviceProxyT &&value)
const Aws::Vector< Aws::String > & GetAuxiliaryApps() const
void SetBillingMethod(BillingMethod value)
CreateRemoteAccessSessionConfiguration & WithDeviceProxy(DeviceProxyT &&value)
CreateRemoteAccessSessionConfiguration & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
void SetParameters(ParametersT &&value)
CreateRemoteAccessSessionConfiguration & WithBillingMethod(BillingMethod value)
CreateRemoteAccessSessionConfiguration & AddAuxiliaryApps(AuxiliaryAppsT &&value)
void SetAuxiliaryApps(AuxiliaryAppsT &&value)
const Aws::Vector< Aws::String > & GetVpceConfigurationArns() const
CreateRemoteAccessSessionConfiguration & WithVpceConfigurationArns(VpceConfigurationArnsT &&value)
AWS_DEVICEFARM_API CreateRemoteAccessSessionConfiguration()=default
bool BillingMethodHasBeenSet() const
bool VpceConfigurationArnsHasBeenSet() const
bool DeviceProxyHasBeenSet() const
AWS_DEVICEFARM_API CreateRemoteAccessSessionConfiguration(Aws::Utils::Json::JsonView jsonValue)
BillingMethod GetBillingMethod() const
CreateRemoteAccessSessionConfiguration & WithParameters(ParametersT &&value)
bool ParametersHasBeenSet() const
AWS_DEVICEFARM_API CreateRemoteAccessSessionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
void SetVpceConfigurationArns(VpceConfigurationArnsT &&value)
CreateRemoteAccessSessionConfiguration & WithAuxiliaryApps(AuxiliaryAppsT &&value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool AuxiliaryAppsHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue