7#include <aws/freetier/FreeTier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/freetier/model/AccountPlanType.h>
10#include <aws/freetier/model/AccountPlanStatus.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AccountIdT = Aws::String>
43 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
44 template<
typename AccountIdT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_accountIdHasBeenSet =
false;
81 bool m_accountPlanTypeHasBeenSet =
false;
84 bool m_accountPlanStatusHasBeenSet =
false;
87 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)
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