7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AwsAccountIdT = Aws::String>
42 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
43 template<
typename AwsAccountIdT = Aws::String>
54 template<
typename DataSourceIdT = Aws::String>
55 void SetDataSourceId(DataSourceIdT&& value) { m_dataSourceIdHasBeenSet =
true; m_dataSourceId = std::forward<DataSourceIdT>(value); }
56 template<
typename DataSourceIdT = Aws::String>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_dataSourceIdHasBeenSet =
false;
DeleteDataSourceRequest & WithAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetDataSourceId(DataSourceIdT &&value)
bool DataSourceIdHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_QUICKSIGHT_API DeleteDataSourceRequest()=default
const Aws::String & GetAwsAccountId() const
void SetAwsAccountId(AwsAccountIdT &&value)
DeleteDataSourceRequest & WithDataSourceId(DataSourceIdT &&value)
const Aws::String & GetDataSourceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String