7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/Branch.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template <
typename BranchT = Branch>
45 m_branchHasBeenSet =
true;
46 m_branch = std::forward<BranchT>(value);
48 template <
typename BranchT = Branch>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_branchHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
const Branch & GetBranch() const
CreateBranchResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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