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 DataSetIdT = Aws::String>
55 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
56 template<
typename DataSetIdT = Aws::String>
62 bool m_awsAccountIdHasBeenSet =
false;
65 bool m_dataSetIdHasBeenSet =
false;
void SetDataSetId(DataSetIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
DeleteDataSetRequest & WithDataSetId(DataSetIdT &&value)
DeleteDataSetRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAwsAccountId() const
AWS_QUICKSIGHT_API DeleteDataSetRequest()=default
bool DataSetIdHasBeenSet() const
const Aws::String & GetDataSetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String