7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IonTextT = Aws::String>
49 void SetIonText(IonTextT&& value) { m_ionTextHasBeenSet =
true; m_ionText = std::forward<IonTextT>(value); }
50 template<
typename IonTextT = Aws::String>
56 bool m_ionTextHasBeenSet =
false;
AWS_QLDB_API ValueHolder & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IonTextHasBeenSet() const
AWS_QLDB_API ValueHolder(Aws::Utils::Json::JsonView jsonValue)
AWS_QLDB_API ValueHolder()=default
AWS_QLDB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIonText() const
ValueHolder & WithIonText(IonTextT &&value)
void SetIonText(IonTextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue