7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/model/BotType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
32 AWS_CHIME_API
Bot() =
default;
43 template <
typename BotIdT = Aws::String>
45 m_botIdHasBeenSet =
true;
46 m_botId = std::forward<BotIdT>(value);
48 template <
typename BotIdT = Aws::String>
50 SetBotId(std::forward<BotIdT>(value));
61 template <
typename UserIdT = Aws::String>
63 m_userIdHasBeenSet =
true;
64 m_userId = std::forward<UserIdT>(value);
66 template <
typename UserIdT = Aws::String>
79 template <
typename DisplayNameT = Aws::String>
81 m_displayNameHasBeenSet =
true;
82 m_displayName = std::forward<DisplayNameT>(value);
84 template <
typename DisplayNameT = Aws::String>
98 m_botTypeHasBeenSet =
true;
114 m_disabledHasBeenSet =
true;
129 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
131 m_createdTimestampHasBeenSet =
true;
132 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
134 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
147 template <
typename UpdatedTimestampT = Aws::Utils::DateTime>
149 m_updatedTimestampHasBeenSet =
true;
150 m_updatedTimestamp = std::forward<UpdatedTimestampT>(value);
152 template <
typename UpdatedTimestampT = Aws::Utils::DateTime>
165 template <
typename BotEmailT = Aws::String>
167 m_botEmailHasBeenSet =
true;
168 m_botEmail = std::forward<BotEmailT>(value);
170 template <
typename BotEmailT = Aws::String>
184 template <
typename SecurityTokenT = Aws::String>
186 m_securityTokenHasBeenSet =
true;
187 m_securityToken = std::forward<SecurityTokenT>(value);
189 template <
typename SecurityTokenT = Aws::String>
204 bool m_disabled{
false};
213 bool m_botIdHasBeenSet =
false;
214 bool m_userIdHasBeenSet =
false;
215 bool m_displayNameHasBeenSet =
false;
216 bool m_botTypeHasBeenSet =
false;
217 bool m_disabledHasBeenSet =
false;
218 bool m_createdTimestampHasBeenSet =
false;
219 bool m_updatedTimestampHasBeenSet =
false;
220 bool m_botEmailHasBeenSet =
false;
221 bool m_securityTokenHasBeenSet =
false;
bool UpdatedTimestampHasBeenSet() const
Bot & WithCreatedTimestamp(CreatedTimestampT &&value)
BotType GetBotType() const
AWS_CHIME_API Bot & operator=(Aws::Utils::Json::JsonView jsonValue)
Bot & WithBotId(BotIdT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
const Aws::String & GetUserId() const
void SetBotEmail(BotEmailT &&value)
Bot & WithBotEmail(BotEmailT &&value)
Bot & WithUpdatedTimestamp(UpdatedTimestampT &&value)
void SetDisabled(bool value)
Bot & WithSecurityToken(SecurityTokenT &&value)
void SetUpdatedTimestamp(UpdatedTimestampT &&value)
AWS_CHIME_API Bot(Aws::Utils::Json::JsonView jsonValue)
bool BotEmailHasBeenSet() const
const Aws::String & GetSecurityToken() const
AWS_CHIME_API Bot()=default
const Aws::String & GetBotId() const
bool BotIdHasBeenSet() const
bool SecurityTokenHasBeenSet() const
void SetBotId(BotIdT &&value)
bool BotTypeHasBeenSet() const
bool UserIdHasBeenSet() const
bool CreatedTimestampHasBeenSet() const
Bot & WithBotType(BotType value)
void SetSecurityToken(SecurityTokenT &&value)
const Aws::Utils::DateTime & GetUpdatedTimestamp() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
const Aws::String & GetDisplayName() const
void SetUserId(UserIdT &&value)
Bot & WithDisabled(bool value)
void SetDisplayName(DisplayNameT &&value)
bool DisplayNameHasBeenSet() const
const Aws::String & GetBotEmail() const
Bot & WithUserId(UserIdT &&value)
void SetBotType(BotType value)
bool DisabledHasBeenSet() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
Bot & WithDisplayName(DisplayNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue