7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dataexchange/model/SchemaChangeType.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
79 bool m_nameHasBeenSet =
false;
82 bool m_typeHasBeenSet =
false;
85 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