7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
42 template <
typename AppIdT = Aws::String>
44 m_appIdHasBeenSet =
true;
45 m_appId = std::forward<AppIdT>(value);
47 template <
typename AppIdT = Aws::String>
49 SetAppId(std::forward<AppIdT>(value));
60 template <
typename CreatedT = Aws::String>
62 m_createdHasBeenSet =
true;
63 m_created = std::forward<CreatedT>(value);
65 template <
typename CreatedT = Aws::String>
79 template <
typename LastLoginT = Aws::String>
81 m_lastLoginHasBeenSet =
true;
82 m_lastLogin = std::forward<LastLoginT>(value);
84 template <
typename LastLoginT = Aws::String>
98 template <
typename StatusTextT = Aws::String>
100 m_statusTextHasBeenSet =
true;
101 m_statusText = std::forward<StatusTextT>(value);
103 template <
typename StatusTextT = Aws::String>
117 m_suspendHasBeenSet =
true;
133 template <
typename TypeT = Aws::String>
135 m_typeHasBeenSet =
true;
136 m_type = std::forward<TypeT>(value);
138 template <
typename TypeT = Aws::String>
140 SetType(std::forward<TypeT>(value));
153 bool m_suspend{
false};
156 bool m_appIdHasBeenSet =
false;
157 bool m_createdHasBeenSet =
false;
158 bool m_lastLoginHasBeenSet =
false;
159 bool m_statusTextHasBeenSet =
false;
160 bool m_suspendHasBeenSet =
false;
161 bool m_typeHasBeenSet =
false;
const Aws::String & GetCreated() const
AWS_WICKR_API BasicDeviceObject(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
bool SuspendHasBeenSet() const
BasicDeviceObject & WithAppId(AppIdT &&value)
bool LastLoginHasBeenSet() const
void SetAppId(AppIdT &&value)
bool StatusTextHasBeenSet() const
bool AppIdHasBeenSet() const
void SetCreated(CreatedT &&value)
void SetStatusText(StatusTextT &&value)
void SetSuspend(bool value)
AWS_WICKR_API BasicDeviceObject & operator=(Aws::Utils::Json::JsonView jsonValue)
BasicDeviceObject & WithLastLogin(LastLoginT &&value)
const Aws::String & GetType() const
BasicDeviceObject & WithType(TypeT &&value)
void SetType(TypeT &&value)
bool CreatedHasBeenSet() const
AWS_WICKR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WICKR_API BasicDeviceObject()=default
BasicDeviceObject & WithCreated(CreatedT &&value)
BasicDeviceObject & WithSuspend(bool value)
void SetLastLogin(LastLoginT &&value)
BasicDeviceObject & WithStatusText(StatusTextT &&value)
const Aws::String & GetStatusText() const
const Aws::String & GetLastLogin() const
const Aws::String & GetAppId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue