7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivschat/IvschatRequest.h>
10#include <aws/ivschat/Ivschat_EXPORTS.h>
11#include <aws/ivschat/model/DestinationConfiguration.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
60 template <
typename DestinationConfigurationT = DestinationConfiguration>
62 m_destinationConfigurationHasBeenSet =
true;
63 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
65 template <
typename DestinationConfigurationT = DestinationConfiguration>
84 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 m_tagsHasBeenSet =
true;
87 m_tags = std::forward<TagsT>(value);
89 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 SetTags(std::forward<TagsT>(value));
94 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
96 m_tagsHasBeenSet =
true;
97 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
103 bool m_nameHasBeenSet =
false;
106 bool m_destinationConfigurationHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
void SetDestinationConfiguration(DestinationConfigurationT &&value)
bool DestinationConfigurationHasBeenSet() const
CreateLoggingConfigurationRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const DestinationConfiguration & GetDestinationConfiguration() const
CreateLoggingConfigurationRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetTags(TagsT &&value)
CreateLoggingConfigurationRequest & WithDestinationConfiguration(DestinationConfigurationT &&value)
const Aws::String & GetName() const
AWS_IVSCHAT_API CreateLoggingConfigurationRequest()=default
AWS_IVSCHAT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
CreateLoggingConfigurationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
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