7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/nova-act/NovaAct_EXPORTS.h>
43 m_clientCompatibilityVersionHasBeenSet =
true;
44 m_clientCompatibilityVersion = value;
59 template <
typename SupportedModelIdsT = Aws::Vector<Aws::String>>
61 m_supportedModelIdsHasBeenSet =
true;
62 m_supportedModelIds = std::forward<SupportedModelIdsT>(value);
64 template <
typename SupportedModelIdsT = Aws::Vector<Aws::String>>
69 template <
typename SupportedModelIdsT = Aws::String>
71 m_supportedModelIdsHasBeenSet =
true;
72 m_supportedModelIds.emplace_back(std::forward<SupportedModelIdsT>(value));
84 template <
typename MessageT = Aws::String>
86 m_messageHasBeenSet =
true;
87 m_message = std::forward<MessageT>(value);
89 template <
typename MessageT = Aws::String>
96 int m_clientCompatibilityVersion{0};
101 bool m_clientCompatibilityVersionHasBeenSet =
false;
102 bool m_supportedModelIdsHasBeenSet =
false;
103 bool m_messageHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue