7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename AccountIDT = Aws::String>
44 void SetAccountID(AccountIDT&& value) { m_accountIDHasBeenSet =
true; m_accountID = std::forward<AccountIDT>(value); }
45 template<
typename AccountIDT = Aws::String>
55 template<
typename SourceServerIDsT = Aws::Vector<Aws::String>>
56 void SetSourceServerIDs(SourceServerIDsT&& value) { m_sourceServerIDsHasBeenSet =
true; m_sourceServerIDs = std::forward<SourceServerIDsT>(value); }
57 template<
typename SourceServerIDsT = Aws::Vector<Aws::String>>
59 template<
typename SourceServerIDsT = Aws::String>
69 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
70 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
71 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
73 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
75 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
81 bool m_accountIDHasBeenSet =
false;
84 bool m_sourceServerIDsHasBeenSet =
false;
87 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSourceServerIDs() const
StartCutoverRequest & WithSourceServerIDs(SourceServerIDsT &&value)
bool TagsHasBeenSet() const
StartCutoverRequest & WithTags(TagsT &&value)
StartCutoverRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool AccountIDHasBeenSet() const
const Aws::String & GetAccountID() const
void SetAccountID(AccountIDT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetSourceServerIDs(SourceServerIDsT &&value)
AWS_MGN_API StartCutoverRequest()=default
AWS_MGN_API Aws::String SerializePayload() const override
StartCutoverRequest & AddSourceServerIDs(SourceServerIDsT &&value)
void SetTags(TagsT &&value)
bool SourceServerIDsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
StartCutoverRequest & WithAccountID(AccountIDT &&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
std::vector< T, Aws::Allocator< T > > Vector