7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DataSourceType.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename DataSourceIdT = Aws::String>
63 m_dataSourceIdHasBeenSet =
true;
64 m_dataSourceId = std::forward<DataSourceIdT>(value);
66 template <
typename DataSourceIdT = Aws::String>
79 template <
typename NameT = Aws::String>
81 m_nameHasBeenSet =
true;
82 m_name = std::forward<NameT>(value);
84 template <
typename NameT = Aws::String>
86 SetName(std::forward<NameT>(value));
98 m_typeHasBeenSet =
true;
114 template <
typename CreatedTimeT = Aws::Utils::DateTime>
116 m_createdTimeHasBeenSet =
true;
117 m_createdTime = std::forward<CreatedTimeT>(value);
119 template <
typename CreatedTimeT = Aws::Utils::DateTime>
133 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
135 m_lastUpdatedTimeHasBeenSet =
true;
136 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
138 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
156 bool m_arnHasBeenSet =
false;
157 bool m_dataSourceIdHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
159 bool m_typeHasBeenSet =
false;
160 bool m_createdTimeHasBeenSet =
false;
161 bool m_lastUpdatedTimeHasBeenSet =
false;
bool ArnHasBeenSet() const
void SetDataSourceId(DataSourceIdT &&value)
DataSourceSummary & WithName(NameT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDataSourceId() const
void SetCreatedTime(CreatedTimeT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
DataSourceSummary & WithLastUpdatedTime(LastUpdatedTimeT &&value)
void SetName(NameT &&value)
AWS_QUICKSIGHT_API DataSourceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
DataSourceType GetType() const
void SetType(DataSourceType value)
AWS_QUICKSIGHT_API DataSourceSummary(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
DataSourceSummary & WithArn(ArnT &&value)
DataSourceSummary & WithDataSourceId(DataSourceIdT &&value)
bool NameHasBeenSet() const
DataSourceSummary & WithType(DataSourceType value)
AWS_QUICKSIGHT_API DataSourceSummary()=default
bool TypeHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
DataSourceSummary & WithCreatedTime(CreatedTimeT &&value)
bool DataSourceIdHasBeenSet() const
bool CreatedTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue