7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
11#include <aws/devops-agent/model/RegisteredService.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace DevOpsAgent {
41 template <
typename ServiceT = RegisteredService>
43 m_serviceHasBeenSet =
true;
44 m_service = std::forward<ServiceT>(value);
46 template <
typename ServiceT = RegisteredService>
58 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
60 m_tagsHasBeenSet =
true;
61 m_tags = std::forward<TagsT>(value);
63 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
65 SetTags(std::forward<TagsT>(value));
68 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
70 m_tagsHasBeenSet =
true;
71 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
99 bool m_serviceHasBeenSet =
false;
100 bool m_tagsHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
AWS_DEVOPSAGENT_API GetServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetServiceResult & WithService(ServiceT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_DEVOPSAGENT_API GetServiceResult()=default
void SetTags(TagsT &&value)
GetServiceResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_DEVOPSAGENT_API GetServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetServiceResult & WithTags(TagsT &&value)
const Aws::String & GetRequestId() const
void SetService(ServiceT &&value)
GetServiceResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const RegisteredService & GetService() 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