7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename PlatformNameT = Aws::String>
47 void SetPlatformName(PlatformNameT&& value) { m_platformNameHasBeenSet =
true; m_platformName = std::forward<PlatformNameT>(value); }
48 template<
typename PlatformNameT = Aws::String>
58 template<
typename PlatformVersionT = Aws::String>
59 void SetPlatformVersion(PlatformVersionT&& value) { m_platformVersionHasBeenSet =
true; m_platformVersion = std::forward<PlatformVersionT>(value); }
60 template<
typename PlatformVersionT = Aws::String>
70 template<
typename OperatingSystemT = Aws::String>
71 void SetOperatingSystem(OperatingSystemT&& value) { m_operatingSystemHasBeenSet =
true; m_operatingSystem = std::forward<OperatingSystemT>(value); }
72 template<
typename OperatingSystemT = Aws::String>
78 bool m_platformNameHasBeenSet =
false;
81 bool m_platformVersionHasBeenSet =
false;
84 bool m_operatingSystemHasBeenSet =
false;
const Aws::String & GetPlatformVersion() const
const Aws::String & GetPlatformName() const
DeviceInfo & WithPlatformName(PlatformNameT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
DeviceInfo & WithOperatingSystem(OperatingSystemT &&value)
AWS_CONNECT_API DeviceInfo(Aws::Utils::Json::JsonView jsonValue)
bool PlatformVersionHasBeenSet() const
void SetOperatingSystem(OperatingSystemT &&value)
bool OperatingSystemHasBeenSet() const
const Aws::String & GetOperatingSystem() const
AWS_CONNECT_API DeviceInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPlatformName(PlatformNameT &&value)
void SetPlatformVersion(PlatformVersionT &&value)
bool PlatformNameHasBeenSet() const
DeviceInfo & WithPlatformVersion(PlatformVersionT &&value)
AWS_CONNECT_API DeviceInfo()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue