7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename FormTypeIdT = Aws::String>
43 m_formTypeIdHasBeenSet =
true;
44 m_formTypeId = std::forward<FormTypeIdT>(value);
46 template <
typename FormTypeIdT = Aws::String>
60 template <
typename ContentT = Aws::String>
62 m_contentHasBeenSet =
true;
63 m_content = std::forward<ContentT>(value);
65 template <
typename ContentT = Aws::String>
75 bool m_formTypeIdHasBeenSet =
false;
76 bool m_contentHasBeenSet =
false;
AWS_GLUE_API AssetFormEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContent() const
bool ContentHasBeenSet() const
bool FormTypeIdHasBeenSet() const
void SetFormTypeId(FormTypeIdT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AssetFormEntry & WithContent(ContentT &&value)
void SetContent(ContentT &&value)
const Aws::String & GetFormTypeId() const
AssetFormEntry & WithFormTypeId(FormTypeIdT &&value)
AWS_GLUE_API AssetFormEntry()=default
AWS_GLUE_API AssetFormEntry(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue