7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/Branch.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
48 template<
typename BranchT = Branch>
49 void SetBranch(BranchT&& value) { m_branchHasBeenSet =
true; m_branch = std::forward<BranchT>(value); }
50 template<
typename BranchT = Branch>
57 template<
typename RequestIdT = Aws::String>
58 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
59 template<
typename RequestIdT = Aws::String>
65 bool m_branchHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
const Branch & GetBranch() const
CreateBranchResult & WithRequestId(RequestIdT &&value)
AWS_AMPLIFY_API CreateBranchResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFY_API CreateBranchResult()=default
const Aws::String & GetRequestId() const
void SetBranch(BranchT &&value)
AWS_AMPLIFY_API CreateBranchResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CreateBranchResult & WithBranch(BranchT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue