7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename SourceServerArnT = Aws::String>
44 void SetSourceServerArn(SourceServerArnT&& value) { m_sourceServerArnHasBeenSet =
true; m_sourceServerArn = std::forward<SourceServerArnT>(value); }
45 template<
typename SourceServerArnT = Aws::String>
55 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
56 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
57 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
59 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
61 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
67 bool m_sourceServerArnHasBeenSet =
false;
70 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