7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetRoomId(
const char* value) { m_roomIdHasBeenSet =
true; m_roomId.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
77 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
91 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
123 bool m_roomIdHasBeenSet =
false;
126 bool m_nameHasBeenSet =
false;
129 bool m_accountIdHasBeenSet =
false;
132 bool m_createdByHasBeenSet =
false;
135 bool m_createdTimestampHasBeenSet =
false;
138 bool m_updatedTimestampHasBeenSet =
false;
const Aws::String & GetCreatedBy() const
void SetCreatedBy(Aws::String &&value)
const Aws::String & GetRoomId() const
bool AccountIdHasBeenSet() const
Room & WithAccountId(const Aws::String &value)
void SetName(Aws::String &&value)
Room & WithAccountId(Aws::String &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
void SetAccountId(const Aws::String &value)
void SetCreatedTimestamp(const Aws::Utils::DateTime &value)
Room & WithCreatedTimestamp(Aws::Utils::DateTime &&value)
void SetUpdatedTimestamp(Aws::Utils::DateTime &&value)
Room & WithName(const Aws::String &value)
const Aws::String & GetAccountId() const
const Aws::String & GetName() const
AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetUpdatedTimestamp() const
void SetCreatedBy(const Aws::String &value)
Room & WithCreatedBy(Aws::String &&value)
void SetRoomId(const Aws::String &value)
Room & WithRoomId(const char *value)
void SetAccountId(const char *value)
bool RoomIdHasBeenSet() const
void SetUpdatedTimestamp(const Aws::Utils::DateTime &value)
void SetRoomId(const char *value)
Room & WithCreatedBy(const Aws::String &value)
Room & WithRoomId(Aws::String &&value)
Room & WithRoomId(const Aws::String &value)
AWS_CHIME_API Room(Aws::Utils::Json::JsonView jsonValue)
void SetRoomId(Aws::String &&value)
Room & WithUpdatedTimestamp(Aws::Utils::DateTime &&value)
void SetCreatedBy(const char *value)
bool CreatedTimestampHasBeenSet() const
bool CreatedByHasBeenSet() const
Room & WithUpdatedTimestamp(const Aws::Utils::DateTime &value)
void SetName(const Aws::String &value)
Room & WithName(const char *value)
Room & WithCreatedBy(const char *value)
Room & WithName(Aws::String &&value)
AWS_CHIME_API Room & operator=(Aws::Utils::Json::JsonView jsonValue)
Room & WithAccountId(const char *value)
bool UpdatedTimestampHasBeenSet() const
bool NameHasBeenSet() const
void SetName(const char *value)
Room & WithCreatedTimestamp(const Aws::Utils::DateTime &value)
void SetAccountId(Aws::String &&value)
void SetCreatedTimestamp(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue