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;
34 template <
typename BranchT = Branch>
36 m_branchHasBeenSet =
true;
37 m_branch = std::forward<BranchT>(value);
39 template <
typename BranchT = Branch>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_branchHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
AWS_AMPLIFY_API GetBranchResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFY_API GetBranchResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBranch(BranchT &&value)
const Branch & GetBranch() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_AMPLIFY_API GetBranchResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetBranchResult & WithRequestId(RequestIdT &&value)
GetBranchResult & WithBranch(BranchT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue