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>
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>
58 template<
typename IdT = Aws::String>
59 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
60 template<
typename IdT = Aws::String>
70 template<
typename CreateTimeT = Aws::Utils::DateTime>
71 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
72 template<
typename CreateTimeT = Aws::Utils::DateTime>
82 template<
typename UpdateTimeT = Aws::Utils::DateTime>
83 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
84 template<
typename UpdateTimeT = Aws::Utils::DateTime>
93 template<
typename NameT = Aws::String>
94 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
95 template<
typename NameT = Aws::String>
107 template<
typename DestinationConfigurationT = DestinationConfiguration>
108 void SetDestinationConfiguration(DestinationConfigurationT&& value) { m_destinationConfigurationHasBeenSet =
true; m_destinationConfiguration = std::forward<DestinationConfigurationT>(value); }
109 template<
typename DestinationConfigurationT = DestinationConfiguration>
129 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
131 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
135 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
142 template<
typename RequestIdT = Aws::String>
143 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
144 template<
typename RequestIdT = Aws::String>
150 bool m_arnHasBeenSet =
false;
153 bool m_idHasBeenSet =
false;
156 bool m_createTimeHasBeenSet =
false;
159 bool m_updateTimeHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
164 DestinationConfiguration m_destinationConfiguration;
165 bool m_destinationConfigurationHasBeenSet =
false;
168 bool m_stateHasBeenSet =
false;
171 bool m_tagsHasBeenSet =
false;
174 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