7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename PlatformNameT = Aws::String>
42 m_platformNameHasBeenSet =
true;
43 m_platformName = std::forward<PlatformNameT>(value);
45 template <
typename PlatformNameT = Aws::String>
58 template <
typename PlatformVersionT = Aws::String>
60 m_platformVersionHasBeenSet =
true;
61 m_platformVersion = std::forward<PlatformVersionT>(value);
63 template <
typename PlatformVersionT = Aws::String>
76 template <
typename OperatingSystemT = Aws::String>
78 m_operatingSystemHasBeenSet =
true;
79 m_operatingSystem = std::forward<OperatingSystemT>(value);
81 template <
typename OperatingSystemT = Aws::String>
93 bool m_platformNameHasBeenSet =
false;
94 bool m_platformVersionHasBeenSet =
false;
95 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