7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/IvsrealtimeRequest.h>
10#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
11#include <aws/ivs-realtime/model/S3StorageConfiguration.h>
16namespace ivsrealtime {
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));
58 template <
typename S3T = S3StorageConfiguration>
60 m_s3HasBeenSet =
true;
61 m_s3 = std::forward<S3T>(value);
63 template <
typename S3T = S3StorageConfiguration>
65 SetS3(std::forward<S3T>(value));
82 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
84 m_tagsHasBeenSet =
true;
85 m_tags = std::forward<TagsT>(value);
87 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 SetTags(std::forward<TagsT>(value));
92 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
94 m_tagsHasBeenSet =
true;
95 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
105 bool m_nameHasBeenSet =
false;
106 bool m_s3HasBeenSet =
false;
107 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