7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ivschat/Ivschat_EXPORTS.h>
12#include <aws/ivschat/model/DestinationConfiguration.h>
13#include <aws/ivschat/model/LoggingConfigurationState.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
77 template <
typename CreateTimeT = Aws::Utils::DateTime>
79 m_createTimeHasBeenSet =
true;
80 m_createTime = std::forward<CreateTimeT>(value);
82 template <
typename CreateTimeT = Aws::Utils::DateTime>
95 template <
typename UpdateTimeT = Aws::Utils::DateTime>
97 m_updateTimeHasBeenSet =
true;
98 m_updateTime = std::forward<UpdateTimeT>(value);
100 template <
typename UpdateTimeT = Aws::Utils::DateTime>
112 template <
typename NameT = Aws::String>
114 m_nameHasBeenSet =
true;
115 m_name = std::forward<NameT>(value);
117 template <
typename NameT = Aws::String>
119 SetName(std::forward<NameT>(value));
132 template <
typename DestinationConfigurationT = DestinationConfiguration>
134 m_destinationConfigurationHasBeenSet =
true;
135 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
137 template <
typename DestinationConfigurationT = DestinationConfiguration>
151 m_stateHasBeenSet =
true;
166 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 m_tagsHasBeenSet =
true;
169 m_tags = std::forward<TagsT>(value);
171 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
173 SetTags(std::forward<TagsT>(value));
176 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
178 m_tagsHasBeenSet =
true;
179 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
187 template <
typename RequestIdT = Aws::String>
189 m_requestIdHasBeenSet =
true;
190 m_requestId = std::forward<RequestIdT>(value);
192 template <
typename RequestIdT = Aws::String>
211 DestinationConfiguration m_destinationConfiguration;
219 bool m_arnHasBeenSet =
false;
220 bool m_idHasBeenSet =
false;
221 bool m_createTimeHasBeenSet =
false;
222 bool m_updateTimeHasBeenSet =
false;
223 bool m_nameHasBeenSet =
false;
224 bool m_destinationConfigurationHasBeenSet =
false;
225 bool m_stateHasBeenSet =
false;
226 bool m_tagsHasBeenSet =
false;
227 bool m_requestIdHasBeenSet =
false;
void SetCreateTime(CreateTimeT &&value)
GetLoggingConfigurationResult & WithCreateTime(CreateTimeT &&value)
void SetRequestId(RequestIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
AWS_IVSCHAT_API GetLoggingConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
GetLoggingConfigurationResult & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetLoggingConfigurationResult & WithUpdateTime(UpdateTimeT &&value)
LoggingConfigurationState GetState() const
void SetState(LoggingConfigurationState value)
GetLoggingConfigurationResult & WithRequestId(RequestIdT &&value)
const DestinationConfiguration & GetDestinationConfiguration() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetLoggingConfigurationResult & WithId(IdT &&value)
const Aws::String & GetArn() const
void SetDestinationConfiguration(DestinationConfigurationT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
AWS_IVSCHAT_API GetLoggingConfigurationResult()=default
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreateTime() const
GetLoggingConfigurationResult & WithState(LoggingConfigurationState value)
GetLoggingConfigurationResult & WithDestinationConfiguration(DestinationConfigurationT &&value)
const Aws::String & GetId() const
void SetUpdateTime(UpdateTimeT &&value)
GetLoggingConfigurationResult & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
GetLoggingConfigurationResult & WithArn(ArnT &&value)
GetLoggingConfigurationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_IVSCHAT_API GetLoggingConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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