7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
37 template <
typename AwsAccountIdT = Aws::String>
39 m_awsAccountIdHasBeenSet =
true;
40 m_awsAccountId = std::forward<AwsAccountIdT>(value);
42 template <
typename AwsAccountIdT = Aws::String>
56 template <
typename DataSourceIdT = Aws::String>
58 m_dataSourceIdHasBeenSet =
true;
59 m_dataSourceId = std::forward<DataSourceIdT>(value);
61 template <
typename DataSourceIdT = Aws::String>
71 bool m_awsAccountIdHasBeenSet =
false;
72 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