7#include <aws/amplify/AmplifyRequest.h>
8#include <aws/amplify/Amplify_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSMap.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>
81 template <
typename FileMapT = Aws::Map<Aws::String, Aws::String>>
83 m_fileMapHasBeenSet =
true;
84 m_fileMap = std::forward<FileMapT>(value);
86 template <
typename FileMapT = Aws::Map<Aws::String, Aws::String>>
91 template <
typename FileMapKeyT = Aws::String,
typename FileMapValueT = Aws::String>
93 m_fileMapHasBeenSet =
true;
94 m_fileMap.emplace(std::forward<FileMapKeyT>(key), std::forward<FileMapValueT>(value));
104 bool m_appIdHasBeenSet =
false;
105 bool m_branchNameHasBeenSet =
false;
106 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