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>
46 template<
typename AppIdT = Aws::String>
47 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
48 template<
typename AppIdT = Aws::String>
58 template<
typename BranchNameT = Aws::String>
59 void SetBranchName(BranchNameT&& value) { m_branchNameHasBeenSet =
true; m_branchName = std::forward<BranchNameT>(value); }
60 template<
typename BranchNameT = Aws::String>
71 template<
typename JobIdT = Aws::String>
72 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
73 template<
typename JobIdT = Aws::String>
86 template<
typename SourceUrlT = Aws::String>
87 void SetSourceUrl(SourceUrlT&& value) { m_sourceUrlHasBeenSet =
true; m_sourceUrl = std::forward<SourceUrlT>(value); }
88 template<
typename SourceUrlT = Aws::String>
107 bool m_appIdHasBeenSet =
false;
110 bool m_branchNameHasBeenSet =
false;
113 bool m_jobIdHasBeenSet =
false;
116 bool m_sourceUrlHasBeenSet =
false;
119 bool m_sourceUrlTypeHasBeenSet =
false;
bool SourceUrlTypeHasBeenSet() const
AWS_AMPLIFY_API StartDeploymentRequest()=default
const Aws::String & GetBranchName() const
const Aws::String & GetSourceUrl() const
void SetAppId(AppIdT &&value)
void SetSourceUrlType(SourceUrlType value)
bool JobIdHasBeenSet() const
bool BranchNameHasBeenSet() const
bool SourceUrlHasBeenSet() const
StartDeploymentRequest & WithJobId(JobIdT &&value)
StartDeploymentRequest & WithAppId(AppIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetSourceUrl(SourceUrlT &&value)
StartDeploymentRequest & WithSourceUrlType(SourceUrlType value)
const Aws::String & GetAppId() const
const Aws::String & GetJobId() const
AWS_AMPLIFY_API Aws::String SerializePayload() const override
void SetJobId(JobIdT &&value)
StartDeploymentRequest & WithBranchName(BranchNameT &&value)
bool AppIdHasBeenSet() const
StartDeploymentRequest & WithSourceUrl(SourceUrlT &&value)
void SetBranchName(BranchNameT &&value)
SourceUrlType GetSourceUrlType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String