7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/oam/OAM_EXPORTS.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
80 template <
typename LabelT = Aws::String>
82 m_labelHasBeenSet =
true;
83 m_label = std::forward<LabelT>(value);
85 template <
typename LabelT = Aws::String>
87 SetLabel(std::forward<LabelT>(value));
98 template <
typename ResourceTypesT = Aws::Vector<Aws::String>>
100 m_resourceTypesHasBeenSet =
true;
101 m_resourceTypes = std::forward<ResourceTypesT>(value);
103 template <
typename ResourceTypesT = Aws::Vector<Aws::String>>
108 template <
typename ResourceTypesT = Aws::String>
110 m_resourceTypesHasBeenSet =
true;
111 m_resourceTypes.emplace_back(std::forward<ResourceTypesT>(value));
122 template <
typename SinkArnT = Aws::String>
124 m_sinkArnHasBeenSet =
true;
125 m_sinkArn = std::forward<SinkArnT>(value);
127 template <
typename SinkArnT = Aws::String>
143 bool m_arnHasBeenSet =
false;
144 bool m_idHasBeenSet =
false;
145 bool m_labelHasBeenSet =
false;
146 bool m_resourceTypesHasBeenSet =
false;
147 bool m_sinkArnHasBeenSet =
false;
void SetArn(ArnT &&value)
void SetResourceTypes(ResourceTypesT &&value)
bool ResourceTypesHasBeenSet() const
bool LabelHasBeenSet() const
void SetSinkArn(SinkArnT &&value)
ListLinksItem & WithArn(ArnT &&value)
bool SinkArnHasBeenSet() const
AWS_OAM_API ListLinksItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSinkArn() const
ListLinksItem & WithLabel(LabelT &&value)
AWS_OAM_API ListLinksItem(Aws::Utils::Json::JsonView jsonValue)
AWS_OAM_API Aws::Utils::Json::JsonValue Jsonize() const
ListLinksItem & WithResourceTypes(ResourceTypesT &&value)
ListLinksItem & AddResourceTypes(ResourceTypesT &&value)
const Aws::String & GetLabel() const
bool ArnHasBeenSet() const
void SetLabel(LabelT &&value)
AWS_OAM_API ListLinksItem()=default
bool IdHasBeenSet() const
const Aws::String & GetId() const
const Aws::Vector< Aws::String > & GetResourceTypes() const
const Aws::String & GetArn() const
ListLinksItem & WithSinkArn(SinkArnT &&value)
ListLinksItem & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue