7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
37 template <
typename WaveIDT = Aws::String>
39 m_waveIDHasBeenSet =
true;
40 m_waveID = std::forward<WaveIDT>(value);
42 template <
typename WaveIDT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
91 template <
typename AccountIDT = Aws::String>
93 m_accountIDHasBeenSet =
true;
94 m_accountID = std::forward<AccountIDT>(value);
96 template <
typename AccountIDT = Aws::String>
110 bool m_waveIDHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
112 bool m_descriptionHasBeenSet =
false;
113 bool m_accountIDHasBeenSet =
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