7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
40 template <
typename ModelIdT = Aws::String>
42 m_modelIdHasBeenSet =
true;
43 m_modelId = std::forward<ModelIdT>(value);
45 template <
typename ModelIdT = Aws::String>
58 template <
typename GenerationIdT = Aws::String>
60 m_generationIdHasBeenSet =
true;
61 m_generationId = std::forward<GenerationIdT>(value);
63 template <
typename GenerationIdT = Aws::String>
73 bool m_modelIdHasBeenSet =
false;
74 bool m_generationIdHasBeenSet =
false;
bool GenerationIdHasBeenSet() const
GenerativeReference & WithGenerationId(GenerationIdT &&value)
const Aws::String & GetGenerationId() const
void SetGenerationId(GenerationIdT &&value)
const Aws::String & GetModelId() const
AWS_QCONNECT_API GenerativeReference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API GenerativeReference(Aws::Utils::Json::JsonView jsonValue)
void SetModelId(ModelIdT &&value)
bool ModelIdHasBeenSet() const
GenerativeReference & WithModelId(ModelIdT &&value)
AWS_QCONNECT_API GenerativeReference()=default
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue