7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/freetier/FreeTier_EXPORTS.h>
11#include <aws/freetier/model/AccountPlanStatus.h>
12#include <aws/freetier/model/AccountPlanType.h>
13#include <aws/freetier/model/MonetaryAmount.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename AccountIdT = Aws::String>
41 m_accountIdHasBeenSet =
true;
42 m_accountId = std::forward<AccountIdT>(value);
44 template <
typename AccountIdT = Aws::String>
57 m_accountPlanTypeHasBeenSet =
true;
58 m_accountPlanType = value;
72 m_accountPlanStatusHasBeenSet =
true;
73 m_accountPlanStatus = value;
86 template <
typename AccountPlanRemainingCreditsT = MonetaryAmount>
88 m_accountPlanRemainingCreditsHasBeenSet =
true;
89 m_accountPlanRemainingCredits = std::forward<AccountPlanRemainingCreditsT>(value);
91 template <
typename AccountPlanRemainingCreditsT = MonetaryAmount>
103 template <
typename AccountPlanExpirationDateT = Aws::Utils::DateTime>
105 m_accountPlanExpirationDateHasBeenSet =
true;
106 m_accountPlanExpirationDate = std::forward<AccountPlanExpirationDateT>(value);
108 template <
typename AccountPlanExpirationDateT = Aws::Utils::DateTime>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
138 MonetaryAmount m_accountPlanRemainingCredits;
144 bool m_accountIdHasBeenSet =
false;
145 bool m_accountPlanTypeHasBeenSet =
false;
146 bool m_accountPlanStatusHasBeenSet =
false;
147 bool m_accountPlanRemainingCreditsHasBeenSet =
false;
148 bool m_accountPlanExpirationDateHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
AccountPlanType GetAccountPlanType() const
void SetAccountPlanExpirationDate(AccountPlanExpirationDateT &&value)
void SetAccountPlanStatus(AccountPlanStatus value)
AWS_FREETIER_API GetAccountPlanStateResult()=default
const Aws::Utils::DateTime & GetAccountPlanExpirationDate() const
GetAccountPlanStateResult & WithAccountPlanExpirationDate(AccountPlanExpirationDateT &&value)
GetAccountPlanStateResult & WithAccountPlanStatus(AccountPlanStatus value)
AWS_FREETIER_API GetAccountPlanStateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountPlanStateResult & WithAccountPlanRemainingCredits(AccountPlanRemainingCreditsT &&value)
const MonetaryAmount & GetAccountPlanRemainingCredits() const
void SetAccountPlanType(AccountPlanType value)
GetAccountPlanStateResult & WithAccountPlanType(AccountPlanType value)
AccountPlanStatus GetAccountPlanStatus() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_FREETIER_API GetAccountPlanStateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountPlanStateResult & WithRequestId(RequestIdT &&value)
GetAccountPlanStateResult & WithAccountId(AccountIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAccountId(AccountIdT &&value)
void SetAccountPlanRemainingCredits(AccountPlanRemainingCreditsT &&value)
const Aws::String & GetAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue