7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eks/EKSRequest.h>
11#include <aws/eks/EKS_EXPORTS.h>
12#include <aws/eks/model/ConnectorConfigRequest.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
59 template <
typename ConnectorConfigT = ConnectorConfigRequest>
61 m_connectorConfigHasBeenSet =
true;
62 m_connectorConfig = std::forward<ConnectorConfigT>(value);
64 template <
typename ConnectorConfigT = ConnectorConfigRequest>
78 template <
typename ClientRequestTokenT = Aws::String>
80 m_clientRequestTokenHasBeenSet =
true;
81 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
83 template <
typename ClientRequestTokenT = Aws::String>
98 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
100 m_tagsHasBeenSet =
true;
101 m_tags = std::forward<TagsT>(value);
103 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
105 SetTags(std::forward<TagsT>(value));
108 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
110 m_tagsHasBeenSet =
true;
111 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
123 bool m_nameHasBeenSet =
false;
124 bool m_connectorConfigHasBeenSet =
false;
125 bool m_clientRequestTokenHasBeenSet =
true;
126 bool m_tagsHasBeenSet =
false;
RegisterClusterRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
const ConnectorConfigRequest & GetConnectorConfig() const
void SetName(NameT &&value)
RegisterClusterRequest & WithConnectorConfig(ConnectorConfigT &&value)
void SetConnectorConfig(ConnectorConfigT &&value)
bool ConnectorConfigHasBeenSet() const
const Aws::String & GetName() const
RegisterClusterRequest & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
AWS_EKS_API RegisterClusterRequest()=default
const Aws::String & GetClientRequestToken() const
bool ClientRequestTokenHasBeenSet() const
AWS_EKS_API Aws::String SerializePayload() const override
void SetClientRequestToken(ClientRequestTokenT &&value)
RegisterClusterRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool NameHasBeenSet() const
RegisterClusterRequest & WithClientRequestToken(ClientRequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
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