7#include <aws/amplify/AmplifyRequest.h>
8#include <aws/amplify/Amplify_EXPORTS.h>
9#include <aws/amplify/model/SourceUrlType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename AppIdT = Aws::String>
44 m_appIdHasBeenSet =
true;
45 m_appId = std::forward<AppIdT>(value);
47 template <
typename AppIdT = Aws::String>
49 SetAppId(std::forward<AppIdT>(value));
60 template <
typename BranchNameT = Aws::String>
62 m_branchNameHasBeenSet =
true;
63 m_branchName = std::forward<BranchNameT>(value);
65 template <
typename BranchNameT = Aws::String>
79 template <
typename JobIdT = Aws::String>
81 m_jobIdHasBeenSet =
true;
82 m_jobId = std::forward<JobIdT>(value);
84 template <
typename JobIdT = Aws::String>
86 SetJobId(std::forward<JobIdT>(value));
100 template <
typename SourceUrlT = Aws::String>
102 m_sourceUrlHasBeenSet =
true;
103 m_sourceUrl = std::forward<SourceUrlT>(value);
105 template <
typename SourceUrlT = Aws::String>
122 m_sourceUrlTypeHasBeenSet =
true;
123 m_sourceUrlType = value;
140 bool m_appIdHasBeenSet =
false;
141 bool m_branchNameHasBeenSet =
false;
142 bool m_jobIdHasBeenSet =
false;
143 bool m_sourceUrlHasBeenSet =
false;
144 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