7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eks/model/ConnectorConfigRequest.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/UUID.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
57 template<
typename ConnectorConfigT = ConnectorConfigRequest>
58 void SetConnectorConfig(ConnectorConfigT&& value) { m_connectorConfigHasBeenSet =
true; m_connectorConfig = std::forward<ConnectorConfigT>(value); }
59 template<
typename ConnectorConfigT = ConnectorConfigRequest>
70 template<
typename ClientRequestTokenT = Aws::String>
71 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
72 template<
typename ClientRequestTokenT = Aws::String>
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
86 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
90 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
96 bool m_nameHasBeenSet =
false;
99 bool m_connectorConfigHasBeenSet =
false;
102 bool m_clientRequestTokenHasBeenSet =
true;
105 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