7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AccountIdT = Aws::String>
42 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
43 template<
typename AccountIdT = Aws::String>
53 template<
typename BotIdT = Aws::String>
54 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
55 template<
typename BotIdT = Aws::String>
65 inline void SetDisabled(
bool value) { m_disabledHasBeenSet =
true; m_disabled = value; }
71 bool m_accountIdHasBeenSet =
false;
74 bool m_botIdHasBeenSet =
false;
76 bool m_disabled{
false};
77 bool m_disabledHasBeenSet =
false;
UpdateBotRequest & WithDisabled(bool value)
void SetAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
bool DisabledHasBeenSet() const
AWS_CHIME_API Aws::String SerializePayload() const override
AWS_CHIME_API UpdateBotRequest()=default
const Aws::String & GetAccountId() const
bool BotIdHasBeenSet() const
UpdateBotRequest & WithBotId(BotIdT &&value)
void SetDisabled(bool value)
virtual const char * GetServiceRequestName() const override
UpdateBotRequest & WithAccountId(AccountIdT &&value)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String