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>
61 bool m_accountIdHasBeenSet =
false;
64 bool m_botIdHasBeenSet =
false;
GetBotRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetBotId() const
void SetAccountId(AccountIdT &&value)
bool BotIdHasBeenSet() const
AWS_CHIME_API Aws::String SerializePayload() const override
AWS_CHIME_API GetBotRequest()=default
void SetBotId(BotIdT &&value)
GetBotRequest & WithBotId(BotIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccountId() const
bool AccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String