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 ApplicationIDsT = Aws::Vector<Aws::String>>
55 void SetApplicationIDs(ApplicationIDsT&& value) { m_applicationIDsHasBeenSet =
true; m_applicationIDs = std::forward<ApplicationIDsT>(value); }
56 template<
typename ApplicationIDsT = Aws::Vector<Aws::String>>
58 template<
typename ApplicationIDsT = Aws::String>
68 template<
typename WaveIDT = Aws::String>
69 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
70 template<
typename WaveIDT = Aws::String>
76 bool m_accountIDHasBeenSet =
false;
79 bool m_applicationIDsHasBeenSet =
false;
82 bool m_waveIDHasBeenSet =
false;
bool WaveIDHasBeenSet() const
const Aws::String & GetAccountID() const
const Aws::Vector< Aws::String > & GetApplicationIDs() const
virtual const char * GetServiceRequestName() const override
bool ApplicationIDsHasBeenSet() const
void SetAccountID(AccountIDT &&value)
const Aws::String & GetWaveID() const
AWS_MGN_API DisassociateApplicationsRequest()=default
bool AccountIDHasBeenSet() const
DisassociateApplicationsRequest & WithApplicationIDs(ApplicationIDsT &&value)
DisassociateApplicationsRequest & AddApplicationIDs(ApplicationIDsT &&value)
void SetWaveID(WaveIDT &&value)
DisassociateApplicationsRequest & WithAccountID(AccountIDT &&value)
void SetApplicationIDs(ApplicationIDsT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
DisassociateApplicationsRequest & WithWaveID(WaveIDT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector