7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKS_EXPORTS.h>
10#include <aws/eks/model/Update.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename UpdateT = Update>
36 m_updateHasBeenSet =
true;
37 m_update = std::forward<UpdateT>(value);
39 template <
typename UpdateT = Update>
51 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
53 m_tagsHasBeenSet =
true;
54 m_tags = std::forward<TagsT>(value);
56 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
58 SetTags(std::forward<TagsT>(value));
61 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
63 m_tagsHasBeenSet =
true;
64 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
89 bool m_updateHasBeenSet =
false;
90 bool m_tagsHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
AssociateIdentityProviderConfigResult & WithRequestId(RequestIdT &&value)
AssociateIdentityProviderConfigResult & WithTags(TagsT &&value)
const Update & GetUpdate() 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