7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AccountIDT = Aws::String>
42 void SetAccountID(AccountIDT&& value) { m_accountIDHasBeenSet =
true; m_accountID = std::forward<AccountIDT>(value); }
43 template<
typename AccountIDT = Aws::String>
53 template<
typename WaveIDT = Aws::String>
54 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
55 template<
typename WaveIDT = Aws::String>
61 bool m_accountIDHasBeenSet =
false;
64 bool m_waveIDHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteWaveRequest & WithAccountID(AccountIDT &&value)
bool WaveIDHasBeenSet() const
bool AccountIDHasBeenSet() const
void SetWaveID(WaveIDT &&value)
const Aws::String & GetWaveID() const
void SetAccountID(AccountIDT &&value)
DeleteWaveRequest & WithWaveID(WaveIDT &&value)
const Aws::String & GetAccountID() const
AWS_MGN_API DeleteWaveRequest()=default
AWS_MGN_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String