7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/AmplifyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename AppIdT = Aws::String>
46 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
47 template<
typename AppIdT = Aws::String>
57 template<
typename BranchNameT = Aws::String>
58 void SetBranchName(BranchNameT&& value) { m_branchNameHasBeenSet =
true; m_branchName = std::forward<BranchNameT>(value); }
59 template<
typename BranchNameT = Aws::String>
69 template<
typename JobIdT = Aws::String>
70 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
71 template<
typename JobIdT = Aws::String>
77 bool m_appIdHasBeenSet =
false;
80 bool m_branchNameHasBeenSet =
false;
83 bool m_jobIdHasBeenSet =
false;
AWS_AMPLIFY_API Aws::String SerializePayload() const override
bool JobIdHasBeenSet() const
AWS_AMPLIFY_API StopJobRequest()=default
const Aws::String & GetBranchName() const
void SetJobId(JobIdT &&value)
void SetBranchName(BranchNameT &&value)
void SetAppId(AppIdT &&value)
StopJobRequest & WithAppId(AppIdT &&value)
bool BranchNameHasBeenSet() const
const Aws::String & GetJobId() const
bool AppIdHasBeenSet() const
StopJobRequest & WithBranchName(BranchNameT &&value)
StopJobRequest & WithJobId(JobIdT &&value)
const Aws::String & GetAppId() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String