7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/drs/DrsRequest.h>
10#include <aws/drs/Drs_EXPORTS.h>
39 template <
typename SourceServerArnT = Aws::String>
41 m_sourceServerArnHasBeenSet =
true;
42 m_sourceServerArn = std::forward<SourceServerArnT>(value);
44 template <
typename SourceServerArnT = Aws::String>
57 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
59 m_tagsHasBeenSet =
true;
60 m_tags = std::forward<TagsT>(value);
62 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
64 SetTags(std::forward<TagsT>(value));
67 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
69 m_tagsHasBeenSet =
true;
70 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
78 bool m_sourceServerArnHasBeenSet =
false;
79 bool m_tagsHasBeenSet =
false;
AWS_DRS_API Aws::String SerializePayload() const override
const Aws::String & GetSourceServerArn() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateExtendedSourceServerRequest & WithSourceServerArn(SourceServerArnT &&value)
AWS_DRS_API CreateExtendedSourceServerRequest()=default
CreateExtendedSourceServerRequest & WithTags(TagsT &&value)
bool SourceServerArnHasBeenSet() const
void SetSourceServerArn(SourceServerArnT &&value)
virtual const char * GetServiceRequestName() const override
CreateExtendedSourceServerRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
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