7#include <aws/route53-recovery-control-config/Route53RecoveryControlConfig_EXPORTS.h>
8#include <aws/route53-recovery-control-config/Route53RecoveryControlConfigRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/route53-recovery-control-config/model/NetworkType.h>
13#include <aws/core/utils/UUID.h>
17namespace Route53RecoveryControlConfig
49 template<
typename ClientTokenT = Aws::String>
50 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
51 template<
typename ClientTokenT = Aws::String>
61 template<
typename ClusterNameT = Aws::String>
62 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
63 template<
typename ClusterNameT = Aws::String>
73 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
74 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
75 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
77 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
79 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
96 bool m_clientTokenHasBeenSet =
true;
99 bool m_clusterNameHasBeenSet =
false;
102 bool m_tagsHasBeenSet =
false;
105 bool m_networkTypeHasBeenSet =
false;
bool ClusterNameHasBeenSet() const
CreateClusterRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
NetworkType GetNetworkType() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API CreateClusterRequest()=default
void SetClusterName(ClusterNameT &&value)
CreateClusterRequest & WithNetworkType(NetworkType value)
bool NetworkTypeHasBeenSet() const
AWS_ROUTE53RECOVERYCONTROLCONFIG_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
void SetNetworkType(NetworkType value)
bool ClientTokenHasBeenSet() const
CreateClusterRequest & WithClientToken(ClientTokenT &&value)
CreateClusterRequest & WithTags(TagsT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetClusterName() const
void SetTags(TagsT &&value)
void SetClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateClusterRequest & WithClusterName(ClusterNameT &&value)
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