7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/DataSourceType.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename DataSourceIdT = Aws::String>
62 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
63 template<
typename DataSourceIdT = Aws::String>
73 template<
typename NameT = Aws::String>
74 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
75 template<
typename NameT = Aws::String>
96 template<
typename CreatedTimeT = Aws::Utils::DateTime>
97 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
98 template<
typename CreatedTimeT = Aws::Utils::DateTime>
109 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
110 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
111 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
117 bool m_arnHasBeenSet =
false;
120 bool m_dataSourceIdHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_typeHasBeenSet =
false;
129 bool m_createdTimeHasBeenSet =
false;
132 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