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/eks/EKS_EXPORTS.h>
11#include <aws/eks/model/Update.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
35 template <
typename UpdateT = Update>
37 m_updateHasBeenSet =
true;
38 m_update = std::forward<UpdateT>(value);
40 template <
typename UpdateT = Update>
52 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
54 m_tagsHasBeenSet =
true;
55 m_tags = std::forward<TagsT>(value);
57 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
59 SetTags(std::forward<TagsT>(value));
62 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
64 m_tagsHasBeenSet =
true;
65 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
73 template <
typename RequestIdT = Aws::String>
75 m_requestIdHasBeenSet =
true;
76 m_requestId = std::forward<RequestIdT>(value);
78 template <
typename RequestIdT = Aws::String>
93 bool m_updateHasBeenSet =
false;
94 bool m_tagsHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
AssociateIdentityProviderConfigResult & WithRequestId(RequestIdT &&value)
AssociateIdentityProviderConfigResult & WithTags(TagsT &&value)
const Update & GetUpdate() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetUpdate(UpdateT &&value)
AssociateIdentityProviderConfigResult & WithUpdate(UpdateT &&value)
AWS_EKS_API AssociateIdentityProviderConfigResult()=default
const Aws::String & GetRequestId() const
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetRequestId(RequestIdT &&value)
AWS_EKS_API AssociateIdentityProviderConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EKS_API AssociateIdentityProviderConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateIdentityProviderConfigResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
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