7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/ivs-realtime/IvsrealtimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs-realtime/model/S3StorageConfiguration.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>
56 template<
typename S3T = S3StorageConfiguration>
57 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
58 template<
typename S3T = S3StorageConfiguration>
74 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
75 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
76 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
78 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
80 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
86 bool m_nameHasBeenSet =
false;
89 bool m_s3HasBeenSet =
false;
92 bool m_tagsHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_IVSREALTIME_API Aws::String SerializePayload() const override
CreateStorageConfigurationRequest & WithTags(TagsT &&value)
CreateStorageConfigurationRequest & WithName(NameT &&value)
CreateStorageConfigurationRequest & WithS3(S3T &&value)
void SetTags(TagsT &&value)
CreateStorageConfigurationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
virtual const char * GetServiceRequestName() const override
const S3StorageConfiguration & GetS3() const
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_IVSREALTIME_API CreateStorageConfigurationRequest()=default
bool S3HasBeenSet() const
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