7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/chime/model/BotType.h>
10#include <aws/core/utils/DateTime.h>
51 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
65 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
79 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
91 inline void SetBotType(
const BotType& value) { m_botTypeHasBeenSet =
true; m_botType = value; }
92 inline void SetBotType(
BotType&& value) { m_botTypeHasBeenSet =
true; m_botType = std::move(value); }
103 inline void SetDisabled(
bool value) { m_disabledHasBeenSet =
true; m_disabled = value; }
139 inline void SetBotEmail(
const char* value) { m_botEmailHasBeenSet =
true; m_botEmail.assign(value); }
154 inline void SetSecurityToken(
const char* value) { m_securityTokenHasBeenSet =
true; m_securityToken.assign(value); }
162 bool m_botIdHasBeenSet =
false;
165 bool m_userIdHasBeenSet =
false;
168 bool m_displayNameHasBeenSet =
false;
171 bool m_botTypeHasBeenSet =
false;
174 bool m_disabledHasBeenSet =
false;
177 bool m_createdTimestampHasBeenSet =
false;
180 bool m_updatedTimestampHasBeenSet =
false;
183 bool m_botEmailHasBeenSet =
false;
186 bool m_securityTokenHasBeenSet =
false;
bool UpdatedTimestampHasBeenSet() const
Bot & WithSecurityToken(const char *value)
Bot & WithSecurityToken(const Aws::String &value)
Bot & WithUpdatedTimestamp(Aws::Utils::DateTime &&value)
Bot & WithBotId(const Aws::String &value)
void SetDisplayName(Aws::String &&value)
AWS_CHIME_API Bot & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedTimestamp(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
const Aws::String & GetUserId() const
void SetDisabled(bool value)
Bot & WithBotEmail(Aws::String &&value)
void SetUserId(const char *value)
void SetBotId(Aws::String &&value)
Bot & WithDisplayName(const char *value)
AWS_CHIME_API Bot(Aws::Utils::Json::JsonView jsonValue)
bool BotEmailHasBeenSet() const
void SetBotEmail(Aws::String &&value)
void SetBotId(const char *value)
const Aws::String & GetSecurityToken() const
void SetSecurityToken(const Aws::String &value)
void SetBotEmail(const Aws::String &value)
const BotType & GetBotType() const
const Aws::String & GetBotId() const
void SetUserId(Aws::String &&value)
bool BotIdHasBeenSet() const
void SetBotType(BotType &&value)
Bot & WithBotId(const char *value)
bool SecurityTokenHasBeenSet() const
void SetDisplayName(const Aws::String &value)
void SetCreatedTimestamp(Aws::Utils::DateTime &&value)
bool BotTypeHasBeenSet() const
Bot & WithBotType(const BotType &value)
Bot & WithBotId(Aws::String &&value)
bool UserIdHasBeenSet() const
Bot & WithUpdatedTimestamp(const Aws::Utils::DateTime &value)
bool CreatedTimestampHasBeenSet() const
Bot & WithBotType(BotType &&value)
void SetSecurityToken(const char *value)
const Aws::Utils::DateTime & GetUpdatedTimestamp() const
Bot & WithDisplayName(Aws::String &&value)
void SetBotId(const Aws::String &value)
const Aws::String & GetDisplayName() const
Bot & WithDisabled(bool value)
Bot & WithBotEmail(const char *value)
Bot & WithCreatedTimestamp(const Aws::Utils::DateTime &value)
Bot & WithBotEmail(const Aws::String &value)
Bot & WithUserId(Aws::String &&value)
void SetCreatedTimestamp(const Aws::Utils::DateTime &value)
void SetUpdatedTimestamp(const Aws::Utils::DateTime &value)
Bot & WithUserId(const char *value)
bool DisplayNameHasBeenSet() const
void SetSecurityToken(Aws::String &&value)
void SetBotType(const BotType &value)
const Aws::String & GetBotEmail() const
void SetDisplayName(const char *value)
void SetUserId(const Aws::String &value)
Bot & WithCreatedTimestamp(Aws::Utils::DateTime &&value)
bool DisabledHasBeenSet() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
Bot & WithUserId(const Aws::String &value)
Bot & WithSecurityToken(Aws::String &&value)
Bot & WithDisplayName(const Aws::String &value)
void SetBotEmail(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue