7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/TriggerSourceType.h>
44 m_typeHasBeenSet =
true;
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
74 bool m_typeHasBeenSet =
false;
75 bool m_nameHasBeenSet =
false;
TriggerSource & WithName(NameT &&value)
TriggerSource & WithType(TriggerSourceType value)
bool TypeHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_DATAZONE_API TriggerSource(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API TriggerSource()=default
bool NameHasBeenSet() const
TriggerSourceType GetType() const
AWS_DATAZONE_API TriggerSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetType(TriggerSourceType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue