7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/ivschat/IvschatRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivschat/model/DestinationConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
58 template<
typename DestinationConfigurationT = DestinationConfiguration>
59 void SetDestinationConfiguration(DestinationConfigurationT&& value) { m_destinationConfigurationHasBeenSet =
true; m_destinationConfiguration = std::forward<DestinationConfigurationT>(value); }
60 template<
typename DestinationConfigurationT = DestinationConfiguration>
76 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
77 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
78 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
82 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
88 bool m_nameHasBeenSet =
false;
91 bool m_destinationConfigurationHasBeenSet =
false;
94 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