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 RoomIdT = Aws::String>
54 void SetRoomId(RoomIdT&& value) { m_roomIdHasBeenSet =
true; m_roomId = std::forward<RoomIdT>(value); }
55 template<
typename RoomIdT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
73 bool m_accountIdHasBeenSet =
false;
76 bool m_roomIdHasBeenSet =
false;
79 bool m_nameHasBeenSet =
false;
const Aws::String & GetName() const
const Aws::String & GetRoomId() const
UpdateRoomRequest & WithAccountId(AccountIdT &&value)
AWS_CHIME_API UpdateRoomRequest()=default
void SetName(NameT &&value)
const Aws::String & GetAccountId() const
UpdateRoomRequest & WithName(NameT &&value)
bool AccountIdHasBeenSet() const
AWS_CHIME_API Aws::String SerializePayload() const override
bool RoomIdHasBeenSet() const
UpdateRoomRequest & WithRoomId(RoomIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetRoomId(RoomIdT &&value)
bool NameHasBeenSet() const
void SetAccountId(AccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String