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/CreateLoggingConfigurationState.h>
13#include <aws/ivschat/model/DestinationConfiguration.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
58 template <
typename IdT = Aws::String>
60 m_idHasBeenSet =
true;
61 m_id = std::forward<IdT>(value);
63 template <
typename IdT = Aws::String>
65 SetId(std::forward<IdT>(value));
76 template <
typename CreateTimeT = Aws::Utils::DateTime>
78 m_createTimeHasBeenSet =
true;
79 m_createTime = std::forward<CreateTimeT>(value);
81 template <
typename CreateTimeT = Aws::Utils::DateTime>
94 template <
typename UpdateTimeT = Aws::Utils::DateTime>
96 m_updateTimeHasBeenSet =
true;
97 m_updateTime = std::forward<UpdateTimeT>(value);
99 template <
typename UpdateTimeT = Aws::Utils::DateTime>
111 template <
typename NameT = Aws::String>
113 m_nameHasBeenSet =
true;
114 m_name = std::forward<NameT>(value);
116 template <
typename NameT = Aws::String>
118 SetName(std::forward<NameT>(value));
131 template <
typename DestinationConfigurationT = DestinationConfiguration>
133 m_destinationConfigurationHasBeenSet =
true;
134 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
136 template <
typename DestinationConfigurationT = DestinationConfiguration>
150 m_stateHasBeenSet =
true;
165 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 m_tagsHasBeenSet =
true;
168 m_tags = std::forward<TagsT>(value);
170 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
172 SetTags(std::forward<TagsT>(value));
175 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
177 m_tagsHasBeenSet =
true;
178 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
186 template <
typename RequestIdT = Aws::String>
188 m_requestIdHasBeenSet =
true;
189 m_requestId = std::forward<RequestIdT>(value);
191 template <
typename RequestIdT = Aws::String>
210 DestinationConfiguration m_destinationConfiguration;
218 bool m_arnHasBeenSet =
false;
219 bool m_idHasBeenSet =
false;
220 bool m_createTimeHasBeenSet =
false;
221 bool m_updateTimeHasBeenSet =
false;
222 bool m_nameHasBeenSet =
false;
223 bool m_destinationConfigurationHasBeenSet =
false;
224 bool m_stateHasBeenSet =
false;
225 bool m_tagsHasBeenSet =
false;
226 bool m_requestIdHasBeenSet =
false;
CreateLoggingConfigurationState GetState() const
void SetName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
CreateLoggingConfigurationResult & WithState(CreateLoggingConfigurationState value)
CreateLoggingConfigurationResult & WithName(NameT &&value)
CreateLoggingConfigurationResult & WithArn(ArnT &&value)
AWS_IVSCHAT_API CreateLoggingConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLoggingConfigurationResult & WithTags(TagsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_IVSCHAT_API CreateLoggingConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateLoggingConfigurationResult & WithCreateTime(CreateTimeT &&value)
void SetTags(TagsT &&value)
CreateLoggingConfigurationResult & WithRequestId(RequestIdT &&value)
void SetCreateTime(CreateTimeT &&value)
const DestinationConfiguration & GetDestinationConfiguration() const
CreateLoggingConfigurationResult & WithId(IdT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetDestinationConfiguration(DestinationConfigurationT &&value)
CreateLoggingConfigurationResult & WithUpdateTime(UpdateTimeT &&value)
const Aws::String & GetRequestId() const
void SetState(CreateLoggingConfigurationState value)
const Aws::Utils::DateTime & GetCreateTime() const
CreateLoggingConfigurationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetUpdateTime(UpdateTimeT &&value)
CreateLoggingConfigurationResult & WithDestinationConfiguration(DestinationConfigurationT &&value)
AWS_IVSCHAT_API CreateLoggingConfigurationResult()=default
void SetArn(ArnT &&value)
const Aws::String & GetId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateLoggingConfigurationState
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