7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ModelIdT = Aws::String>
47 void SetModelId(
ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
48 template<
typename ModelIdT = Aws::String>
58 template<
typename GenerationIdT = Aws::String>
60 template<
typename GenerationIdT = Aws::String>
66 bool m_modelIdHasBeenSet =
false;
69 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