7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/freetier/FreeTier_EXPORTS.h>
10#include <aws/freetier/model/AccountPlanStatus.h>
11#include <aws/freetier/model/AccountPlanType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename AccountIdT = Aws::String>
39 m_accountIdHasBeenSet =
true;
40 m_accountId = std::forward<AccountIdT>(value);
42 template <
typename AccountIdT = Aws::String>
55 m_accountPlanTypeHasBeenSet =
true;
56 m_accountPlanType = value;
71 m_accountPlanStatusHasBeenSet =
true;
72 m_accountPlanStatus = value;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_accountIdHasBeenSet =
false;
106 bool m_accountPlanTypeHasBeenSet =
false;
107 bool m_accountPlanStatusHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
UpgradeAccountPlanResult & WithAccountPlanStatus(AccountPlanStatus value)
void SetAccountPlanStatus(AccountPlanStatus value)
void SetAccountId(AccountIdT &&value)
AccountPlanType GetAccountPlanType() const
const Aws::String & GetAccountId() const
void SetRequestId(RequestIdT &&value)
UpgradeAccountPlanResult & WithRequestId(RequestIdT &&value)
UpgradeAccountPlanResult & WithAccountId(AccountIdT &&value)
AWS_FREETIER_API UpgradeAccountPlanResult()=default
AWS_FREETIER_API UpgradeAccountPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAccountPlanType(AccountPlanType value)
const Aws::String & GetRequestId() const
AWS_FREETIER_API UpgradeAccountPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpgradeAccountPlanResult & WithAccountPlanType(AccountPlanType value)
AccountPlanStatus GetAccountPlanStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue