7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/freetier/FreeTier_EXPORTS.h>
9#include <aws/freetier/model/AccountPlanStatus.h>
10#include <aws/freetier/model/AccountPlanType.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AccountIdT = Aws::String>
38 m_accountIdHasBeenSet =
true;
39 m_accountId = std::forward<AccountIdT>(value);
41 template <
typename AccountIdT = Aws::String>
54 m_accountPlanTypeHasBeenSet =
true;
55 m_accountPlanType = value;
70 m_accountPlanStatusHasBeenSet =
true;
71 m_accountPlanStatus = value;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
95 bool m_accountIdHasBeenSet =
false;
98 bool m_accountPlanTypeHasBeenSet =
false;
101 bool m_accountPlanStatusHasBeenSet =
false;
104 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