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;
42 template <
typename BranchT = Branch>
44 m_branchHasBeenSet =
true;
45 m_branch = std::forward<BranchT>(value);
47 template <
typename BranchT = Branch>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_branchHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
AWS_AMPLIFY_API DeleteBranchResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFY_API DeleteBranchResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBranch(BranchT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_AMPLIFY_API DeleteBranchResult()=default
DeleteBranchResult & WithBranch(BranchT &&value)
const Branch & GetBranch() const
DeleteBranchResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue