7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename TypeIdentifierT = Aws::String>
42 m_typeIdentifierHasBeenSet =
true;
43 m_typeIdentifier = std::forward<TypeIdentifierT>(value);
45 template <
typename TypeIdentifierT = Aws::String>
58 template <
typename TypeRevisionT = Aws::String>
60 m_typeRevisionHasBeenSet =
true;
61 m_typeRevision = std::forward<TypeRevisionT>(value);
63 template <
typename TypeRevisionT = Aws::String>
77 m_requiredHasBeenSet =
true;
90 bool m_required{
false};
91 bool m_typeIdentifierHasBeenSet =
false;
92 bool m_typeRevisionHasBeenSet =
false;
93 bool m_requiredHasBeenSet =
false;
const Aws::String & GetTypeIdentifier() const
bool TypeIdentifierHasBeenSet() const
AWS_DATAZONE_API FormEntryInput()=default
AWS_DATAZONE_API FormEntryInput(Aws::Utils::Json::JsonView jsonValue)
FormEntryInput & WithRequired(bool value)
bool TypeRevisionHasBeenSet() const
FormEntryInput & WithTypeIdentifier(TypeIdentifierT &&value)
const Aws::String & GetTypeRevision() const
void SetTypeIdentifier(TypeIdentifierT &&value)
void SetRequired(bool value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
FormEntryInput & WithTypeRevision(TypeRevisionT &&value)
bool RequiredHasBeenSet() const
void SetTypeRevision(TypeRevisionT &&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