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/UpdateLoggingConfigurationState.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template<
typename ArnT = Aws::String>
46 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
47 template<
typename ArnT = Aws::String>
57 template<
typename IdT = Aws::String>
58 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
59 template<
typename IdT = Aws::String>
69 template<
typename CreateTimeT = Aws::Utils::DateTime>
70 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
71 template<
typename CreateTimeT = Aws::Utils::DateTime>
81 template<
typename UpdateTimeT = Aws::Utils::DateTime>
82 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
83 template<
typename UpdateTimeT = Aws::Utils::DateTime>
92 template<
typename NameT = Aws::String>
93 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
94 template<
typename NameT = Aws::String>
106 template<
typename DestinationConfigurationT = DestinationConfiguration>
107 void SetDestinationConfiguration(DestinationConfigurationT&& value) { m_destinationConfigurationHasBeenSet =
true; m_destinationConfiguration = std::forward<DestinationConfigurationT>(value); }
108 template<
typename DestinationConfigurationT = DestinationConfiguration>
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
130 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
134 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
141 template<
typename RequestIdT = Aws::String>
142 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
143 template<
typename RequestIdT = Aws::String>
149 bool m_arnHasBeenSet =
false;
152 bool m_idHasBeenSet =
false;
155 bool m_createTimeHasBeenSet =
false;
158 bool m_updateTimeHasBeenSet =
false;
161 bool m_nameHasBeenSet =
false;
163 DestinationConfiguration m_destinationConfiguration;
164 bool m_destinationConfigurationHasBeenSet =
false;
167 bool m_stateHasBeenSet =
false;
170 bool m_tagsHasBeenSet =
false;
173 bool m_requestIdHasBeenSet =
false;
AWS_IVSCHAT_API UpdateLoggingConfigurationResult()=default
UpdateLoggingConfigurationResult & WithId(IdT &&value)
const DestinationConfiguration & GetDestinationConfiguration() const
UpdateLoggingConfigurationResult & WithUpdateTime(UpdateTimeT &&value)
UpdateLoggingConfigurationResult & WithDestinationConfiguration(DestinationConfigurationT &&value)
AWS_IVSCHAT_API UpdateLoggingConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetState(UpdateLoggingConfigurationState value)
UpdateLoggingConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
void SetCreateTime(CreateTimeT &&value)
void SetDestinationConfiguration(DestinationConfigurationT &&value)
UpdateLoggingConfigurationResult & WithName(NameT &&value)
UpdateLoggingConfigurationState GetState() const
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetId() const
UpdateLoggingConfigurationResult & WithTags(TagsT &&value)
UpdateLoggingConfigurationResult & WithState(UpdateLoggingConfigurationState value)
void SetUpdateTime(UpdateTimeT &&value)
void SetName(NameT &&value)
UpdateLoggingConfigurationResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
UpdateLoggingConfigurationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_IVSCHAT_API UpdateLoggingConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateLoggingConfigurationResult & WithCreateTime(CreateTimeT &&value)
const Aws::String & GetRequestId() const
void SetArn(ArnT &&value)
UpdateLoggingConfigurationState
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