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>
17template <
typename RESULT_TYPE>
18class 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>
208 DestinationConfiguration m_destinationConfiguration;
215 bool m_arnHasBeenSet =
false;
216 bool m_idHasBeenSet =
false;
217 bool m_createTimeHasBeenSet =
false;
218 bool m_updateTimeHasBeenSet =
false;
219 bool m_nameHasBeenSet =
false;
220 bool m_destinationConfigurationHasBeenSet =
false;
221 bool m_stateHasBeenSet =
false;
222 bool m_tagsHasBeenSet =
false;
223 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
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