7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/AccountInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
41 template <
typename AccountInfoT = AccountInfo>
43 m_accountInfoHasBeenSet =
true;
44 m_accountInfo = std::forward<AccountInfoT>(value);
46 template <
typename AccountInfoT = AccountInfo>
59 m_statusHasBeenSet =
true;
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_accountInfoHasBeenSet =
false;
92 bool m_statusHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
AWS_QUICKSIGHT_API DescribeAccountSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(int value)
DescribeAccountSubscriptionResult & WithStatus(int value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_QUICKSIGHT_API DescribeAccountSubscriptionResult()=default
DescribeAccountSubscriptionResult & WithAccountInfo(AccountInfoT &&value)
const AccountInfo & GetAccountInfo() const
AWS_QUICKSIGHT_API DescribeAccountSubscriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetAccountInfo(AccountInfoT &&value)
DescribeAccountSubscriptionResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue