7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
19namespace MediaConvert {
43 template <
typename KeyFormatT = Aws::String>
45 m_keyFormatHasBeenSet =
true;
46 m_keyFormat = std::forward<KeyFormatT>(value);
48 template <
typename KeyFormatT = Aws::String>
62 template <
typename KeyFormatVersionsT = Aws::String>
64 m_keyFormatVersionsHasBeenSet =
true;
65 m_keyFormatVersions = std::forward<KeyFormatVersionsT>(value);
67 template <
typename KeyFormatVersionsT = Aws::String>
81 template <
typename StaticKeyValueT = Aws::String>
83 m_staticKeyValueHasBeenSet =
true;
84 m_staticKeyValue = std::forward<StaticKeyValueT>(value);
86 template <
typename StaticKeyValueT = Aws::String>
100 template <
typename UrlT = Aws::String>
102 m_urlHasBeenSet =
true;
103 m_url = std::forward<UrlT>(value);
105 template <
typename UrlT = Aws::String>
107 SetUrl(std::forward<UrlT>(value));
119 bool m_keyFormatHasBeenSet =
false;
120 bool m_keyFormatVersionsHasBeenSet =
false;
121 bool m_staticKeyValueHasBeenSet =
false;
122 bool m_urlHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue