7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-sap/SsmSap_EXPORTS.h>
10#include <aws/ssm-sap/model/ComponentType.h>
42 template <
typename ApplicationIdT = Aws::String>
44 m_applicationIdHasBeenSet =
true;
45 m_applicationId = std::forward<ApplicationIdT>(value);
47 template <
typename ApplicationIdT = Aws::String>
60 template <
typename ComponentIdT = Aws::String>
62 m_componentIdHasBeenSet =
true;
63 m_componentId = std::forward<ComponentIdT>(value);
65 template <
typename ComponentIdT = Aws::String>
79 m_componentTypeHasBeenSet =
true;
80 m_componentType = value;
94 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
96 m_tagsHasBeenSet =
true;
97 m_tags = std::forward<TagsT>(value);
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 SetTags(std::forward<TagsT>(value));
104 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
106 m_tagsHasBeenSet =
true;
107 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
118 template <
typename ArnT = Aws::String>
120 m_arnHasBeenSet =
true;
121 m_arn = std::forward<ArnT>(value);
123 template <
typename ArnT = Aws::String>
125 SetArn(std::forward<ArnT>(value));
139 bool m_applicationIdHasBeenSet =
false;
140 bool m_componentIdHasBeenSet =
false;
141 bool m_componentTypeHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
false;
143 bool m_arnHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetComponentType(ComponentType value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ArnHasBeenSet() const
bool ComponentIdHasBeenSet() const
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
ComponentSummary & WithApplicationId(ApplicationIdT &&value)
ComponentSummary & WithTags(TagsT &&value)
ComponentSummary & WithArn(ArnT &&value)
ComponentSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
AWS_SSMSAP_API ComponentSummary()=default
bool ComponentTypeHasBeenSet() const
AWS_SSMSAP_API ComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ApplicationIdHasBeenSet() const
void SetComponentId(ComponentIdT &&value)
const Aws::String & GetComponentId() const
ComponentSummary & WithComponentId(ComponentIdT &&value)
AWS_SSMSAP_API Aws::Utils::Json::JsonValue Jsonize() const
ComponentType GetComponentType() const
ComponentSummary & WithComponentType(ComponentType value)
void SetApplicationId(ApplicationIdT &&value)
AWS_SSMSAP_API ComponentSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetApplicationId() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue