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/Component.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ComponentT = Component>
39 m_componentHasBeenSet =
true;
40 m_component = std::forward<ComponentT>(value);
42 template <
typename ComponentT = Component>
54 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
56 m_tagsHasBeenSet =
true;
57 m_tags = std::forward<TagsT>(value);
59 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
61 SetTags(std::forward<TagsT>(value));
64 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
66 m_tagsHasBeenSet =
true;
67 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
92 bool m_componentHasBeenSet =
false;
93 bool m_tagsHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
GetComponentResult & WithRequestId(RequestIdT &&value)
AWS_SSMSAP_API GetComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSMSAP_API GetComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetComponent(ComponentT &&value)
GetComponentResult & WithComponent(ComponentT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetComponentResult & WithTags(TagsT &&value)
const Component & GetComponent() const
void SetTags(TagsT &&value)
GetComponentResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SSMSAP_API GetComponentResult()=default
const Aws::String & GetRequestId() 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