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 JobIDT = Aws::String>
54 void SetJobID(JobIDT&& value) { m_jobIDHasBeenSet =
true; m_jobID = std::forward<JobIDT>(value); }
55 template<
typename JobIDT = Aws::String>
61 bool m_accountIDHasBeenSet =
false;
64 bool m_jobIDHasBeenSet =
false;
bool JobIDHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_MGN_API DeleteJobRequest()=default
const Aws::String & GetAccountID() const
const Aws::String & GetJobID() const
void SetAccountID(AccountIDT &&value)
DeleteJobRequest & WithJobID(JobIDT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
DeleteJobRequest & WithAccountID(AccountIDT &&value)
void SetJobID(JobIDT &&value)
bool AccountIDHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String