7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivschat/model/MessageReviewHandler.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
63 template<
typename IdT = Aws::String>
64 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
65 template<
typename IdT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
87 template<
typename MessageReviewHandlerT = MessageReviewHandler>
88 void SetMessageReviewHandler(MessageReviewHandlerT&& value) { m_messageReviewHandlerHasBeenSet =
true; m_messageReviewHandler = std::forward<MessageReviewHandlerT>(value); }
89 template<
typename MessageReviewHandlerT = MessageReviewHandler>
100 template<
typename CreateTimeT = Aws::Utils::DateTime>
101 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
102 template<
typename CreateTimeT = Aws::Utils::DateTime>
113 template<
typename UpdateTimeT = Aws::Utils::DateTime>
114 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
115 template<
typename UpdateTimeT = Aws::Utils::DateTime>
131 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
133 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
137 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
147 template<
typename LoggingConfigurationIdentifiersT = Aws::Vector<Aws::String>>
148 void SetLoggingConfigurationIdentifiers(LoggingConfigurationIdentifiersT&& value) { m_loggingConfigurationIdentifiersHasBeenSet =
true; m_loggingConfigurationIdentifiers = std::forward<LoggingConfigurationIdentifiersT>(value); }
149 template<
typename LoggingConfigurationIdentifiersT = Aws::Vector<Aws::String>>
151 template<
typename LoggingConfigurationIdentifiersT = Aws::String>
152 RoomSummary&
AddLoggingConfigurationIdentifiers(LoggingConfigurationIdentifiersT&& value) { m_loggingConfigurationIdentifiersHasBeenSet =
true; m_loggingConfigurationIdentifiers.emplace_back(std::forward<LoggingConfigurationIdentifiersT>(value));
return *
this; }
157 bool m_arnHasBeenSet =
false;
160 bool m_idHasBeenSet =
false;
163 bool m_nameHasBeenSet =
false;
166 bool m_messageReviewHandlerHasBeenSet =
false;
169 bool m_createTimeHasBeenSet =
false;
172 bool m_updateTimeHasBeenSet =
false;
175 bool m_tagsHasBeenSet =
false;
178 bool m_loggingConfigurationIdentifiersHasBeenSet =
false;
RoomSummary & WithCreateTime(CreateTimeT &&value)
void SetUpdateTime(UpdateTimeT &&value)
AWS_IVSCHAT_API RoomSummary()=default
bool TagsHasBeenSet() const
RoomSummary & WithMessageReviewHandler(MessageReviewHandlerT &&value)
void SetName(NameT &&value)
RoomSummary & WithLoggingConfigurationIdentifiers(LoggingConfigurationIdentifiersT &&value)
void SetMessageReviewHandler(MessageReviewHandlerT &&value)
bool NameHasBeenSet() const
RoomSummary & WithName(NameT &&value)
const Aws::Vector< Aws::String > & GetLoggingConfigurationIdentifiers() const
RoomSummary & WithUpdateTime(UpdateTimeT &&value)
RoomSummary & WithArn(ArnT &&value)
AWS_IVSCHAT_API RoomSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Utils::DateTime & GetCreateTime() const
const MessageReviewHandler & GetMessageReviewHandler() const
bool MessageReviewHandlerHasBeenSet() const
RoomSummary & WithTags(TagsT &&value)
RoomSummary & AddLoggingConfigurationIdentifiers(LoggingConfigurationIdentifiersT &&value)
void SetLoggingConfigurationIdentifiers(LoggingConfigurationIdentifiersT &&value)
AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::String & GetName() const
bool ArnHasBeenSet() const
RoomSummary & WithId(IdT &&value)
RoomSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool UpdateTimeHasBeenSet() const
bool CreateTimeHasBeenSet() const
void SetTags(TagsT &&value)
void SetCreateTime(CreateTimeT &&value)
const Aws::String & GetArn() const
AWS_IVSCHAT_API RoomSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LoggingConfigurationIdentifiersHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue