7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
43 template <
typename TypeT = Aws::String>
45 m_typeHasBeenSet =
true;
46 m_type = std::forward<TypeT>(value);
48 template <
typename TypeT = Aws::String>
50 SetType(std::forward<TypeT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename ArnT = Aws::String>
81 m_arnHasBeenSet =
true;
82 m_arn = std::forward<ArnT>(value);
84 template <
typename ArnT = Aws::String>
86 SetArn(std::forward<ArnT>(value));
96 bool m_typeHasBeenSet =
false;
97 bool m_nameHasBeenSet =
false;
98 bool m_arnHasBeenSet =
false;
EventResource & WithArn(ArnT &&value)
void SetType(TypeT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetType() const
bool TypeHasBeenSet() const
AWS_DEVOPSGURU_API EventResource()=default
bool NameHasBeenSet() const
EventResource & WithName(NameT &&value)
void SetArn(ArnT &&value)
void SetName(NameT &&value)
AWS_DEVOPSGURU_API EventResource(Aws::Utils::Json::JsonView jsonValue)
EventResource & WithType(TypeT &&value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSGURU_API EventResource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue