7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivschat/Ivschat_EXPORTS.h>
11#include <aws/ivschat/model/DestinationConfiguration.h>
12#include <aws/ivschat/model/LoggingConfigurationState.h>
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
64 template <
typename IdT = Aws::String>
66 m_idHasBeenSet =
true;
67 m_id = std::forward<IdT>(value);
69 template <
typename IdT = Aws::String>
71 SetId(std::forward<IdT>(value));
83 template <
typename CreateTimeT = Aws::Utils::DateTime>
85 m_createTimeHasBeenSet =
true;
86 m_createTime = std::forward<CreateTimeT>(value);
88 template <
typename CreateTimeT = Aws::Utils::DateTime>
102 template <
typename UpdateTimeT = Aws::Utils::DateTime>
104 m_updateTimeHasBeenSet =
true;
105 m_updateTime = std::forward<UpdateTimeT>(value);
107 template <
typename UpdateTimeT = Aws::Utils::DateTime>
120 template <
typename NameT = Aws::String>
122 m_nameHasBeenSet =
true;
123 m_name = std::forward<NameT>(value);
125 template <
typename NameT = Aws::String>
127 SetName(std::forward<NameT>(value));
139 template <
typename DestinationConfigurationT = DestinationConfiguration>
141 m_destinationConfigurationHasBeenSet =
true;
142 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
144 template <
typename DestinationConfigurationT = DestinationConfiguration>
159 m_stateHasBeenSet =
true;
180 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
182 m_tagsHasBeenSet =
true;
183 m_tags = std::forward<TagsT>(value);
185 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
187 SetTags(std::forward<TagsT>(value));
190 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
192 m_tagsHasBeenSet =
true;
193 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
208 DestinationConfiguration m_destinationConfiguration;
213 bool m_arnHasBeenSet =
false;
214 bool m_idHasBeenSet =
false;
215 bool m_createTimeHasBeenSet =
false;
216 bool m_updateTimeHasBeenSet =
false;
217 bool m_nameHasBeenSet =
false;
218 bool m_destinationConfigurationHasBeenSet =
false;
219 bool m_stateHasBeenSet =
false;
220 bool m_tagsHasBeenSet =
false;
LoggingConfigurationState GetState() const
LoggingConfigurationSummary & WithId(IdT &&value)
bool TagsHasBeenSet() const
void SetName(NameT &&value)
void SetUpdateTime(UpdateTimeT &&value)
AWS_IVSCHAT_API LoggingConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
LoggingConfigurationSummary & WithState(LoggingConfigurationState value)
bool DestinationConfigurationHasBeenSet() const
LoggingConfigurationSummary & WithArn(ArnT &&value)
bool StateHasBeenSet() const
LoggingConfigurationSummary & WithUpdateTime(UpdateTimeT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
LoggingConfigurationSummary & WithCreateTime(CreateTimeT &&value)
void SetTags(TagsT &&value)
AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const
LoggingConfigurationSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool UpdateTimeHasBeenSet() const
AWS_IVSCHAT_API LoggingConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const DestinationConfiguration & GetDestinationConfiguration() const
const Aws::Utils::DateTime & GetCreateTime() const
bool IdHasBeenSet() const
LoggingConfigurationSummary & WithName(NameT &&value)
bool CreateTimeHasBeenSet() const
const Aws::Utils::DateTime & GetUpdateTime() const
bool ArnHasBeenSet() const
LoggingConfigurationSummary & WithTags(TagsT &&value)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
bool NameHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
LoggingConfigurationSummary & WithDestinationConfiguration(DestinationConfigurationT &&value)
void SetDestinationConfiguration(DestinationConfigurationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetState(LoggingConfigurationState value)
AWS_IVSCHAT_API LoggingConfigurationSummary()=default
LoggingConfigurationState
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
Aws::Utils::Json::JsonValue JsonValue