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>
45 inline void SetSourceServerArn(
const char* value) { m_sourceServerArnHasBeenSet =
true; m_sourceServerArn.assign(value); }
72 bool m_sourceServerArnHasBeenSet =
false;
75 bool m_tagsHasBeenSet =
false;
CreateExtendedSourceServerRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_DRS_API Aws::String SerializePayload() const override
const Aws::String & GetSourceServerArn() const
CreateExtendedSourceServerRequest & AddTags(const Aws::String &key, const Aws::String &value)
void SetSourceServerArn(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateExtendedSourceServerRequest & AddTags(Aws::String &&key, const char *value)
CreateExtendedSourceServerRequest & WithSourceServerArn(const char *value)
CreateExtendedSourceServerRequest & AddTags(Aws::String &&key, Aws::String &&value)
CreateExtendedSourceServerRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateExtendedSourceServerRequest & WithSourceServerArn(Aws::String &&value)
CreateExtendedSourceServerRequest & AddTags(const char *key, const char *value)
AWS_DRS_API CreateExtendedSourceServerRequest()
CreateExtendedSourceServerRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateExtendedSourceServerRequest & AddTags(const char *key, Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
CreateExtendedSourceServerRequest & WithSourceServerArn(const Aws::String &value)
bool SourceServerArnHasBeenSet() const
void SetSourceServerArn(const char *value)
CreateExtendedSourceServerRequest & AddTags(const Aws::String &key, Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetSourceServerArn(const Aws::String &value)
bool TagsHasBeenSet() 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