7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/drs/model/StartRecoveryRequestSourceServer.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetIsDrill(
bool value) { m_isDrillHasBeenSet =
true; m_isDrill = value; }
78 inline StartRecoveryRequest&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
83 bool m_isDrillHasBeenSet =
false;
86 bool m_sourceServersHasBeenSet =
false;
89 bool m_tagsHasBeenSet =
false;
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
StartRecoveryRequest & AddTags(const char *key, Aws::String &&value)
StartRecoveryRequest & WithSourceServers(Aws::Vector< StartRecoveryRequestSourceServer > &&value)
StartRecoveryRequest & AddTags(const Aws::String &key, Aws::String &&value)
StartRecoveryRequest & AddTags(Aws::String &&key, const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_DRS_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
void SetSourceServers(const Aws::Vector< StartRecoveryRequestSourceServer > &value)
void SetSourceServers(Aws::Vector< StartRecoveryRequestSourceServer > &&value)
void SetIsDrill(bool value)
StartRecoveryRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
StartRecoveryRequest & AddSourceServers(StartRecoveryRequestSourceServer &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
StartRecoveryRequest & AddTags(const char *key, const char *value)
StartRecoveryRequest & AddTags(Aws::String &&key, Aws::String &&value)
StartRecoveryRequest & AddSourceServers(const StartRecoveryRequestSourceServer &value)
bool SourceServersHasBeenSet() const
const Aws::Vector< StartRecoveryRequestSourceServer > & GetSourceServers() const
StartRecoveryRequest & AddTags(const Aws::String &key, const Aws::String &value)
StartRecoveryRequest & AddTags(Aws::String &&key, const char *value)
bool IsDrillHasBeenSet() const
StartRecoveryRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
StartRecoveryRequest & WithSourceServers(const Aws::Vector< StartRecoveryRequestSourceServer > &value)
StartRecoveryRequest & WithIsDrill(bool value)
virtual const char * GetServiceRequestName() const override
AWS_DRS_API StartRecoveryRequest()
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
std::vector< T, Aws::Allocator< T > > Vector