7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mgn/MgnRequest.h>
10#include <aws/mgn/Mgn_EXPORTS.h>
38 template <
typename WaveIDT = Aws::String>
40 m_waveIDHasBeenSet =
true;
41 m_waveID = std::forward<WaveIDT>(value);
43 template <
typename WaveIDT = Aws::String>
56 template <
typename ApplicationIDsT = Aws::Vector<Aws::String>>
58 m_applicationIDsHasBeenSet =
true;
59 m_applicationIDs = std::forward<ApplicationIDsT>(value);
61 template <
typename ApplicationIDsT = Aws::Vector<Aws::String>>
66 template <
typename ApplicationIDsT = Aws::String>
68 m_applicationIDsHasBeenSet =
true;
69 m_applicationIDs.emplace_back(std::forward<ApplicationIDsT>(value));
80 template <
typename AccountIDT = Aws::String>
82 m_accountIDHasBeenSet =
true;
83 m_accountID = std::forward<AccountIDT>(value);
85 template <
typename AccountIDT = Aws::String>
97 bool m_waveIDHasBeenSet =
false;
98 bool m_applicationIDsHasBeenSet =
false;
99 bool m_accountIDHasBeenSet =
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