7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/ssm-incidents/SSMIncidentsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/ssm-incidents/model/RegionMapInputValue.h>
13#include <aws/core/utils/UUID.h>
45 template<
typename ClientTokenT = Aws::String>
46 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
47 template<
typename ClientTokenT = Aws::String>
58 template<
typename RegionsT = Aws::Map<Aws::String, RegionMapInputValue>>
59 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
60 template<
typename RegionsT = Aws::Map<Aws::String, RegionMapInputValue>>
62 template<
typename RegionsKeyT = Aws::String,
typename RegionsValueT = RegionMapInputValue>
64 m_regionsHasBeenSet =
true; m_regions.emplace(std::forward<RegionsKeyT>(key), std::forward<RegionsValueT>(value));
return *
this;
74 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
75 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
76 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
78 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
80 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
86 bool m_clientTokenHasBeenSet =
true;
89 bool m_regionsHasBeenSet =
false;
92 bool m_tagsHasBeenSet =
false;
bool ClientTokenHasBeenSet() const
AWS_SSMINCIDENTS_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
CreateReplicationSetRequest & WithRegions(RegionsT &&value)
bool RegionsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
const Aws::Map< Aws::String, RegionMapInputValue > & GetRegions() const
CreateReplicationSetRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateReplicationSetRequest & WithClientToken(ClientTokenT &&value)
CreateReplicationSetRequest & AddRegions(RegionsKeyT &&key, RegionsValueT &&value)
bool TagsHasBeenSet() const
CreateReplicationSetRequest & WithTags(TagsT &&value)
const Aws::String & GetClientToken() const
AWS_SSMINCIDENTS_API CreateReplicationSetRequest()=default
void SetRegions(RegionsT &&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