7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/AmplifyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amplify/model/SourceUrlType.h>
48 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
62 inline void SetBranchName(
const char* value) { m_branchNameHasBeenSet =
true; m_branchName.assign(value); }
77 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
94 inline void SetSourceUrl(
const char* value) { m_sourceUrlHasBeenSet =
true; m_sourceUrl.assign(value); }
117 bool m_appIdHasBeenSet =
false;
120 bool m_branchNameHasBeenSet =
false;
123 bool m_jobIdHasBeenSet =
false;
126 bool m_sourceUrlHasBeenSet =
false;
129 bool m_sourceUrlTypeHasBeenSet =
false;
StartDeploymentRequest & WithJobId(const char *value)
bool SourceUrlTypeHasBeenSet() const
void SetSourceUrlType(const SourceUrlType &value)
void SetJobId(const Aws::String &value)
const Aws::String & GetBranchName() const
const Aws::String & GetSourceUrl() const
StartDeploymentRequest & WithAppId(const Aws::String &value)
void SetAppId(Aws::String &&value)
bool JobIdHasBeenSet() const
void SetSourceUrl(const Aws::String &value)
StartDeploymentRequest & WithSourceUrl(Aws::String &&value)
void SetBranchName(const char *value)
StartDeploymentRequest & WithBranchName(const Aws::String &value)
void SetSourceUrlType(SourceUrlType &&value)
bool BranchNameHasBeenSet() const
void SetJobId(const char *value)
void SetJobId(Aws::String &&value)
StartDeploymentRequest & WithBranchName(Aws::String &&value)
StartDeploymentRequest & WithJobId(Aws::String &&value)
bool SourceUrlHasBeenSet() const
StartDeploymentRequest & WithBranchName(const char *value)
const SourceUrlType & GetSourceUrlType() const
void SetSourceUrl(const char *value)
StartDeploymentRequest & WithAppId(Aws::String &&value)
void SetSourceUrl(Aws::String &&value)
StartDeploymentRequest & WithSourceUrl(const char *value)
void SetBranchName(Aws::String &&value)
AWS_AMPLIFY_API StartDeploymentRequest()
StartDeploymentRequest & WithJobId(const Aws::String &value)
StartDeploymentRequest & WithAppId(const char *value)
StartDeploymentRequest & WithSourceUrlType(SourceUrlType &&value)
virtual const char * GetServiceRequestName() const override
StartDeploymentRequest & WithSourceUrlType(const SourceUrlType &value)
void SetBranchName(const Aws::String &value)
const Aws::String & GetAppId() const
const Aws::String & GetJobId() const
void SetAppId(const char *value)
AWS_AMPLIFY_API Aws::String SerializePayload() const override
void SetAppId(const Aws::String &value)
bool AppIdHasBeenSet() const
StartDeploymentRequest & WithSourceUrl(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String