7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/AccountInfo.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
46 template<
typename AccountInfoT = AccountInfo>
47 void SetAccountInfo(AccountInfoT&& value) { m_accountInfoHasBeenSet =
true; m_accountInfo = std::forward<AccountInfoT>(value); }
48 template<
typename AccountInfoT = AccountInfo>
57 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_accountInfoHasBeenSet =
false;
75 bool m_statusHasBeenSet =
false;
78 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_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