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 DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
77 template<
typename WaveIDT = Aws::String>
78 void SetWaveID(WaveIDT&& value) { m_waveIDHasBeenSet =
true; m_waveID = std::forward<WaveIDT>(value); }
79 template<
typename WaveIDT = Aws::String>
85 bool m_accountIDHasBeenSet =
false;
88 bool m_descriptionHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
94 bool m_waveIDHasBeenSet =
false;
void SetWaveID(WaveIDT &&value)
const Aws::String & GetName() const
bool WaveIDHasBeenSet() const
AWS_MGN_API Aws::String SerializePayload() const override
void SetAccountID(AccountIDT &&value)
UpdateWaveRequest & WithWaveID(WaveIDT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetAccountID() const
virtual const char * GetServiceRequestName() const override
UpdateWaveRequest & WithDescription(DescriptionT &&value)
bool AccountIDHasBeenSet() const
const Aws::String & GetWaveID() const
AWS_MGN_API UpdateWaveRequest()=default
UpdateWaveRequest & WithAccountID(AccountIDT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
void SetName(NameT &&value)
UpdateWaveRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String