/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/chime/Chime_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/DateTime.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace Chime { namespace Model { /** * <p>The Amazon Chime chat room details.</p><p><h3>See Also:</h3> <a * href="http://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/Room">AWS API * Reference</a></p> */ class Room { public: AWS_CHIME_API Room(); AWS_CHIME_API Room(Aws::Utils::Json::JsonView jsonValue); AWS_CHIME_API Room& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_CHIME_API Aws::Utils::Json::JsonValue Jsonize() const; /** * <p>The room ID.</p> */ inline const Aws::String& GetRoomId() const{ return m_roomId; } /** * <p>The room ID.</p> */ inline bool RoomIdHasBeenSet() const { return m_roomIdHasBeenSet; } /** * <p>The room ID.</p> */ inline void SetRoomId(const Aws::String& value) { m_roomIdHasBeenSet = true; m_roomId = value; } /** * <p>The room ID.</p> */ inline void SetRoomId(Aws::String&& value) { m_roomIdHasBeenSet = true; m_roomId = std::move(value); } /** * <p>The room ID.</p> */ inline void SetRoomId(const char* value) { m_roomIdHasBeenSet = true; m_roomId.assign(value); } /** * <p>The room ID.</p> */ inline Room& WithRoomId(const Aws::String& value) { SetRoomId(value); return *this;} /** * <p>The room ID.</p> */ inline Room& WithRoomId(Aws::String&& value) { SetRoomId(std::move(value)); return *this;} /** * <p>The room ID.</p> */ inline Room& WithRoomId(const char* value) { SetRoomId(value); return *this;} /** * <p>The room name.</p> */ inline const Aws::String& GetName() const{ return m_name; } /** * <p>The room name.</p> */ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** * <p>The room name.</p> */ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** * <p>The room name.</p> */ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** * <p>The room name.</p> */ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** * <p>The room name.</p> */ inline Room& WithName(const Aws::String& value) { SetName(value); return *this;} /** * <p>The room name.</p> */ inline Room& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** * <p>The room name.</p> */ inline Room& WithName(const char* value) { SetName(value); return *this;} /** * <p>The Amazon Chime account ID.</p> */ inline const Aws::String& GetAccountId() const{ return m_accountId; } /** * <p>The Amazon Chime account ID.</p> */ inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; } /** * <p>The Amazon Chime account ID.</p> */ inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; } /** * <p>The Amazon Chime account ID.</p> */ inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); } /** * <p>The Amazon Chime account ID.</p> */ inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); } /** * <p>The Amazon Chime account ID.</p> */ inline Room& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} /** * <p>The Amazon Chime account ID.</p> */ inline Room& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;} /** * <p>The Amazon Chime account ID.</p> */ inline Room& WithAccountId(const char* value) { SetAccountId(value); return *this;} /** * <p>The identifier of the room creator.</p> */ inline const Aws::String& GetCreatedBy() const{ return m_createdBy; } /** * <p>The identifier of the room creator.</p> */ inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; } /** * <p>The identifier of the room creator.</p> */ inline void SetCreatedBy(const Aws::String& value) { m_createdByHasBeenSet = true; m_createdBy = value; } /** * <p>The identifier of the room creator.</p> */ inline void SetCreatedBy(Aws::String&& value) { m_createdByHasBeenSet = true; m_createdBy = std::move(value); } /** * <p>The identifier of the room creator.</p> */ inline void SetCreatedBy(const char* value) { m_createdByHasBeenSet = true; m_createdBy.assign(value); } /** * <p>The identifier of the room creator.</p> */ inline Room& WithCreatedBy(const Aws::String& value) { SetCreatedBy(value); return *this;} /** * <p>The identifier of the room creator.</p> */ inline Room& WithCreatedBy(Aws::String&& value) { SetCreatedBy(std::move(value)); return *this;} /** * <p>The identifier of the room creator.</p> */ inline Room& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;} /** * <p>The room creation timestamp, in ISO 8601 format.</p> */ inline const Aws::Utils::DateTime& GetCreatedTimestamp() const{ return m_createdTimestamp; } /** * <p>The room creation timestamp, in ISO 8601 format.</p> */ inline bool CreatedTimestampHasBeenSet() const { return m_createdTimestampHasBeenSet; } /** * <p>The room creation timestamp, in ISO 8601 format.</p> */ inline void SetCreatedTimestamp(const Aws::Utils::DateTime& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = value; } /** * <p>The room creation timestamp, in ISO 8601 format.</p> */ inline void SetCreatedTimestamp(Aws::Utils::DateTime&& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = std::move(value); } /** * <p>The room creation timestamp, in ISO 8601 format.</p> */ inline Room& WithCreatedTimestamp(const Aws::Utils::DateTime& value) { SetCreatedTimestamp(value); return *this;} /** * <p>The room creation timestamp, in ISO 8601 format.</p> */ inline Room& WithCreatedTimestamp(Aws::Utils::DateTime&& value) { SetCreatedTimestamp(std::move(value)); return *this;} /** * <p>The room update timestamp, in ISO 8601 format.</p> */ inline const Aws::Utils::DateTime& GetUpdatedTimestamp() const{ return m_updatedTimestamp; } /** * <p>The room update timestamp, in ISO 8601 format.</p> */ inline bool UpdatedTimestampHasBeenSet() const { return m_updatedTimestampHasBeenSet; } /** * <p>The room update timestamp, in ISO 8601 format.</p> */ inline void SetUpdatedTimestamp(const Aws::Utils::DateTime& value) { m_updatedTimestampHasBeenSet = true; m_updatedTimestamp = value; } /** * <p>The room update timestamp, in ISO 8601 format.</p> */ inline void SetUpdatedTimestamp(Aws::Utils::DateTime&& value) { m_updatedTimestampHasBeenSet = true; m_updatedTimestamp = std::move(value); } /** * <p>The room update timestamp, in ISO 8601 format.</p> */ inline Room& WithUpdatedTimestamp(const Aws::Utils::DateTime& value) { SetUpdatedTimestamp(value); return *this;} /** * <p>The room update timestamp, in ISO 8601 format.</p> */ inline Room& WithUpdatedTimestamp(Aws::Utils::DateTime&& value) { SetUpdatedTimestamp(std::move(value)); return *this;} private: Aws::String m_roomId; bool m_roomIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_accountId; bool m_accountIdHasBeenSet = false; Aws::String m_createdBy; bool m_createdByHasBeenSet = false; Aws::Utils::DateTime m_createdTimestamp; bool m_createdTimestampHasBeenSet = false; Aws::Utils::DateTime m_updatedTimestamp; bool m_updatedTimestampHasBeenSet = false; }; } // namespace Model } // namespace Chime } // namespace Aws