7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DataSource.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename DataSourceT = DataSource>
37 m_dataSourceHasBeenSet =
true;
38 m_dataSource = std::forward<DataSourceT>(value);
40 template <
typename DataSourceT = DataSource>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 m_statusHasBeenSet =
true;
82 bool m_dataSourceHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
84 bool m_statusHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API DescribeDataSourceResult()=default
void SetDataSource(DataSourceT &&value)
void SetStatus(int value)
DescribeDataSourceResult & WithDataSource(DataSourceT &&value)
AWS_QUICKSIGHT_API DescribeDataSourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const DataSource & GetDataSource() const
DescribeDataSourceResult & WithStatus(int value)
AWS_QUICKSIGHT_API DescribeDataSourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeDataSourceResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue