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>
42 template<
typename AccountIDT = Aws::String>
43 void SetAccountID(AccountIDT&& value) { m_accountIDHasBeenSet =
true; m_accountID = std::forward<AccountIDT>(value); }
44 template<
typename AccountIDT = Aws::String>
54 template<
typename ApplicationIDT = Aws::String>
55 void SetApplicationID(ApplicationIDT&& value) { m_applicationIDHasBeenSet =
true; m_applicationID = std::forward<ApplicationIDT>(value); }
56 template<
typename ApplicationIDT = Aws::String>
66 template<
typename SourceServerIDsT = Aws::Vector<Aws::String>>
67 void SetSourceServerIDs(SourceServerIDsT&& value) { m_sourceServerIDsHasBeenSet =
true; m_sourceServerIDs = std::forward<SourceServerIDsT>(value); }
68 template<
typename SourceServerIDsT = Aws::Vector<Aws::String>>
70 template<
typename SourceServerIDsT = Aws::String>
76 bool m_accountIDHasBeenSet =
false;
79 bool m_applicationIDHasBeenSet =
false;
82 bool m_sourceServerIDsHasBeenSet =
false;
DisassociateSourceServersRequest & WithSourceServerIDs(SourceServerIDsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetApplicationID() const
DisassociateSourceServersRequest & AddSourceServerIDs(SourceServerIDsT &&value)
const Aws::Vector< Aws::String > & GetSourceServerIDs() const
DisassociateSourceServersRequest & WithApplicationID(ApplicationIDT &&value)
void SetAccountID(AccountIDT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
bool AccountIDHasBeenSet() const
DisassociateSourceServersRequest & WithAccountID(AccountIDT &&value)
bool ApplicationIDHasBeenSet() const
void SetApplicationID(ApplicationIDT &&value)
const Aws::String & GetAccountID() const
void SetSourceServerIDs(SourceServerIDsT &&value)
AWS_MGN_API DisassociateSourceServersRequest()=default
bool SourceServerIDsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector