7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
20namespace Notifications {
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
62 template <
typename ArnT = Aws::String>
64 m_arnHasBeenSet =
true;
65 m_arn = std::forward<ArnT>(value);
67 template <
typename ArnT = Aws::String>
69 SetArn(std::forward<ArnT>(value));
81 template <
typename DetailUrlT = Aws::String>
83 m_detailUrlHasBeenSet =
true;
84 m_detailUrl = std::forward<DetailUrlT>(value);
86 template <
typename DetailUrlT = Aws::String>
100 template <
typename TagsT = Aws::Vector<Aws::String>>
102 m_tagsHasBeenSet =
true;
103 m_tags = std::forward<TagsT>(value);
105 template <
typename TagsT = Aws::Vector<Aws::String>>
107 SetTags(std::forward<TagsT>(value));
110 template <
typename TagsT = Aws::String>
112 m_tagsHasBeenSet =
true;
113 m_tags.emplace_back(std::forward<TagsT>(value));
125 bool m_idHasBeenSet =
false;
126 bool m_arnHasBeenSet =
false;
127 bool m_detailUrlHasBeenSet =
false;
128 bool m_tagsHasBeenSet =
false;
void SetDetailUrl(DetailUrlT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
Resource & WithId(IdT &&value)
Resource & AddTags(TagsT &&value)
Resource & WithArn(ArnT &&value)
const Aws::Vector< Aws::String > & GetTags() const
bool TagsHasBeenSet() const
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
Resource & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
AWS_NOTIFICATIONS_API Resource()=default
bool DetailUrlHasBeenSet() const
const Aws::String & GetId() const
void SetArn(ArnT &&value)
bool IdHasBeenSet() const
AWS_NOTIFICATIONS_API Resource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDetailUrl() const
Resource & WithDetailUrl(DetailUrlT &&value)
AWS_NOTIFICATIONS_API Resource(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue