7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/AmplifyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
61 inline void SetBranchName(
const char* value) { m_branchNameHasBeenSet =
true; m_branchName.assign(value); }
75 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
83 bool m_appIdHasBeenSet =
false;
86 bool m_branchNameHasBeenSet =
false;
89 bool m_jobIdHasBeenSet =
false;
AWS_AMPLIFY_API Aws::String SerializePayload() const override
bool JobIdHasBeenSet() const
const Aws::String & GetBranchName() const
void SetJobId(const Aws::String &value)
void SetAppId(Aws::String &&value)
void SetBranchName(const Aws::String &value)
void SetBranchName(const char *value)
void SetJobId(const char *value)
StopJobRequest & WithBranchName(const char *value)
StopJobRequest & WithJobId(const char *value)
void SetAppId(const char *value)
bool BranchNameHasBeenSet() const
StopJobRequest & WithAppId(const char *value)
const Aws::String & GetJobId() const
StopJobRequest & WithJobId(Aws::String &&value)
StopJobRequest & WithAppId(const Aws::String &value)
AWS_AMPLIFY_API StopJobRequest()
void SetBranchName(Aws::String &&value)
bool AppIdHasBeenSet() const
void SetAppId(const Aws::String &value)
const Aws::String & GetAppId() const
StopJobRequest & WithJobId(const Aws::String &value)
StopJobRequest & WithBranchName(const Aws::String &value)
void SetJobId(Aws::String &&value)
StopJobRequest & WithAppId(Aws::String &&value)
StopJobRequest & WithBranchName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String