7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
35 AWS_CHIME_API
Room() =
default;
47 template<
typename RoomIdT = Aws::String>
48 void SetRoomId(RoomIdT&& value) { m_roomIdHasBeenSet =
true; m_roomId = std::forward<RoomIdT>(value); }
49 template<
typename RoomIdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename AccountIdT = Aws::String>
72 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
73 template<
typename AccountIdT = Aws::String>
83 template<
typename CreatedByT = Aws::String>
84 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
85 template<
typename CreatedByT = Aws::String>
95 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
96 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
97 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
107 template<
typename UpdatedTimestampT = Aws::Utils::DateTime>
108 void SetUpdatedTimestamp(UpdatedTimestampT&& value) { m_updatedTimestampHasBeenSet =
true; m_updatedTimestamp = std::forward<UpdatedTimestampT>(value); }
109 template<
typename UpdatedTimestampT = Aws::Utils::DateTime>
115 bool m_roomIdHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
121 bool m_accountIdHasBeenSet =
false;
124 bool m_createdByHasBeenSet =
false;
127 bool m_createdTimestampHasBeenSet =
false;
130 bool m_updatedTimestampHasBeenSet =
false;
const Aws::String & GetCreatedBy() const
const Aws::String & GetRoomId() const
bool AccountIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
Room & WithCreatedTimestamp(CreatedTimestampT &&value)
Room & WithName(NameT &&value)
Room & WithUpdatedTimestamp(UpdatedTimestampT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
const Aws::String & GetAccountId() const
const Aws::String & GetName() const
Room & WithAccountId(AccountIdT &&value)
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetUpdatedTimestamp() const
void SetName(NameT &&value)
bool RoomIdHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
Room & WithCreatedBy(CreatedByT &&value)
AWS_CHIME_API Room(Aws::Utils::Json::JsonView jsonValue)
bool CreatedTimestampHasBeenSet() const
bool CreatedByHasBeenSet() const
void SetCreatedTimestamp(CreatedTimestampT &&value)
AWS_CHIME_API Room & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CHIME_API Room()=default
bool UpdatedTimestampHasBeenSet() const
bool NameHasBeenSet() const
void SetRoomId(RoomIdT &&value)
void SetUpdatedTimestamp(UpdatedTimestampT &&value)
Room & WithRoomId(RoomIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue