7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dataexchange/DataExchange_EXPORTS.h>
9#include <aws/dataexchange/model/SchemaChangeType.h>
20namespace DataExchange {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 m_typeHasBeenSet =
true;
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
94 bool m_nameHasBeenSet =
false;
95 bool m_typeHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
SchemaChangeDetails & WithName(NameT &&value)
AWS_DATAEXCHANGE_API SchemaChangeDetails(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
SchemaChangeDetails & WithType(SchemaChangeType value)
bool DescriptionHasBeenSet() const
AWS_DATAEXCHANGE_API SchemaChangeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
void SetType(SchemaChangeType value)
AWS_DATAEXCHANGE_API SchemaChangeDetails()=default
void SetDescription(DescriptionT &&value)
SchemaChangeType GetType() const
SchemaChangeDetails & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue