7#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-sap/model/ComponentType.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename ApplicationIdT = Aws::String>
49 void SetApplicationId(ApplicationIdT&& value) { m_applicationIdHasBeenSet =
true; m_applicationId = std::forward<ApplicationIdT>(value); }
50 template<
typename ApplicationIdT = Aws::String>
60 template<
typename ComponentIdT = Aws::String>
61 void SetComponentId(ComponentIdT&& value) { m_componentIdHasBeenSet =
true; m_componentId = std::forward<ComponentIdT>(value); }
62 template<
typename ComponentIdT = Aws::String>
82 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
88 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
98 template<
typename ArnT = Aws::String>
99 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
100 template<
typename ArnT = Aws::String>
106 bool m_applicationIdHasBeenSet =
false;
109 bool m_componentIdHasBeenSet =
false;
112 bool m_componentTypeHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
118 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