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/drs/DrsRequest.h>
11#include <aws/drs/Drs_EXPORTS.h>
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
53 template <
typename DescriptionT = Aws::String>
55 m_descriptionHasBeenSet =
true;
56 m_description = std::forward<DescriptionT>(value);
58 template <
typename DescriptionT = Aws::String>
71 template <
typename ClientTokenT = Aws::String>
73 m_clientTokenHasBeenSet =
true;
74 m_clientToken = std::forward<ClientTokenT>(value);
76 template <
typename ClientTokenT = Aws::String>
89 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 m_tagsHasBeenSet =
true;
92 m_tags = std::forward<TagsT>(value);
94 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
96 SetTags(std::forward<TagsT>(value));
99 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
101 m_tagsHasBeenSet =
true;
102 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
114 bool m_nameHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
116 bool m_clientTokenHasBeenSet =
true;
117 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
void SetTags(TagsT &&value)
const Aws::String & GetClientToken() const
CreateRecoveryPlanRequest & WithName(NameT &&value)
bool ClientTokenHasBeenSet() const
CreateRecoveryPlanRequest & WithTags(TagsT &&value)
CreateRecoveryPlanRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_DRS_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
CreateRecoveryPlanRequest & WithDescription(DescriptionT &&value)
CreateRecoveryPlanRequest & WithClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
bool TagsHasBeenSet() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
AWS_DRS_API CreateRecoveryPlanRequest()=default
const Aws::String & GetDescription() const
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
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