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;
AWS_AMPLIFY_API UpdateBranchResult()=default
const Branch & GetBranch() const
void SetBranch(BranchT &&value)
AWS_AMPLIFY_API UpdateBranchResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
UpdateBranchResult & WithRequestId(RequestIdT &&value)
UpdateBranchResult & WithBranch(BranchT &&value)
void SetRequestId(RequestIdT &&value)
AWS_AMPLIFY_API UpdateBranchResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue