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