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; }
56 template<
typename TypeIdentifierT = Aws::String>
57 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
58 template<
typename TypeIdentifierT = Aws::String>
68 template<
typename TypeRevisionT = Aws::String>
69 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
70 template<
typename TypeRevisionT = Aws::String>
75 bool m_required{
false};
76 bool m_requiredHasBeenSet =
false;
79 bool m_typeIdentifierHasBeenSet =
false;
82 bool m_typeRevisionHasBeenSet =
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