7#include <aws/chime/ChimeRequest.h>
8#include <aws/chime/Chime_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename AccountIdT = Aws::String>
39 m_accountIdHasBeenSet =
true;
40 m_accountId = std::forward<AccountIdT>(value);
42 template <
typename AccountIdT = Aws::String>
55 template <
typename RoomIdT = Aws::String>
57 m_roomIdHasBeenSet =
true;
58 m_roomId = std::forward<RoomIdT>(value);
60 template <
typename RoomIdT = Aws::String>
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
90 bool m_accountIdHasBeenSet =
false;
91 bool m_roomIdHasBeenSet =
false;
92 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