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/core/utils/memory/stl/AWSMap.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>
73 template<
typename FileMapT = Aws::Map<Aws::String, Aws::String>>
74 void SetFileMap(FileMapT&& value) { m_fileMapHasBeenSet =
true; m_fileMap = std::forward<FileMapT>(value); }
75 template<
typename FileMapT = Aws::Map<Aws::String, Aws::String>>
77 template<
typename FileMapKeyT = Aws::String,
typename FileMapValueT = Aws::String>
79 m_fileMapHasBeenSet =
true; m_fileMap.emplace(std::forward<FileMapKeyT>(key), std::forward<FileMapValueT>(value));
return *
this;
85 bool m_appIdHasBeenSet =
false;
88 bool m_branchNameHasBeenSet =
false;
91 bool m_fileMapHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetFileMap() const
CreateDeploymentRequest & WithBranchName(BranchNameT &&value)
const Aws::String & GetBranchName() const
void SetFileMap(FileMapT &&value)
virtual const char * GetServiceRequestName() const override
void SetBranchName(BranchNameT &&value)
void SetAppId(AppIdT &&value)
bool AppIdHasBeenSet() const
CreateDeploymentRequest & AddFileMap(FileMapKeyT &&key, FileMapValueT &&value)
CreateDeploymentRequest & WithFileMap(FileMapT &&value)
AWS_AMPLIFY_API Aws::String SerializePayload() const override
bool BranchNameHasBeenSet() const
CreateDeploymentRequest & WithAppId(AppIdT &&value)
AWS_AMPLIFY_API CreateDeploymentRequest()=default
const Aws::String & GetAppId() const
bool FileMapHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String