7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
58 inline void SetTypeIdentifier(
const char* value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier.assign(value); }
72 inline void SetTypeRevision(
const char* value) { m_typeRevisionHasBeenSet =
true; m_typeRevision.assign(value); }
80 bool m_requiredHasBeenSet =
false;
83 bool m_typeIdentifierHasBeenSet =
false;
86 bool m_typeRevisionHasBeenSet =
false;
FormEntryInput & WithTypeIdentifier(const char *value)
const Aws::String & GetTypeIdentifier() const
bool TypeIdentifierHasBeenSet() const
AWS_DATAZONE_API FormEntryInput(Aws::Utils::Json::JsonView jsonValue)
FormEntryInput & WithTypeRevision(const char *value)
void SetTypeRevision(Aws::String &&value)
void SetTypeRevision(const Aws::String &value)
FormEntryInput & WithRequired(bool value)
void SetTypeIdentifier(const char *value)
bool TypeRevisionHasBeenSet() const
void SetTypeRevision(const char *value)
void SetTypeIdentifier(Aws::String &&value)
const Aws::String & GetTypeRevision() const
void SetRequired(bool value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RequiredHasBeenSet() const
FormEntryInput & WithTypeRevision(const Aws::String &value)
FormEntryInput & WithTypeRevision(Aws::String &&value)
AWS_DATAZONE_API FormEntryInput()
FormEntryInput & WithTypeIdentifier(const Aws::String &value)
FormEntryInput & WithTypeIdentifier(Aws::String &&value)
void SetTypeIdentifier(const Aws::String &value)
AWS_DATAZONE_API FormEntryInput & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue