7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/ivschat/model/DestinationConfiguration.h>
11#include <aws/ivschat/model/LoggingConfigurationState.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
64 template<
typename IdT = Aws::String>
65 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
66 template<
typename IdT = Aws::String>
77 template<
typename CreateTimeT = Aws::Utils::DateTime>
78 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
79 template<
typename CreateTimeT = Aws::Utils::DateTime>
90 template<
typename UpdateTimeT = Aws::Utils::DateTime>
91 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
92 template<
typename UpdateTimeT = Aws::Utils::DateTime>
102 template<
typename NameT = Aws::String>
103 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
104 template<
typename NameT = Aws::String>
115 template<
typename DestinationConfigurationT = DestinationConfiguration>
116 void SetDestinationConfiguration(DestinationConfigurationT&& value) { m_destinationConfigurationHasBeenSet =
true; m_destinationConfiguration = std::forward<DestinationConfigurationT>(value); }
117 template<
typename DestinationConfigurationT = DestinationConfiguration>
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
145 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
146 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
150 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
156 bool m_arnHasBeenSet =
false;
159 bool m_idHasBeenSet =
false;
162 bool m_createTimeHasBeenSet =
false;
165 bool m_updateTimeHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
170 DestinationConfiguration m_destinationConfiguration;
171 bool m_destinationConfigurationHasBeenSet =
false;
174 bool m_stateHasBeenSet =
false;
177 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