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 DataSetIdT = Aws::String>
58 m_dataSetIdHasBeenSet =
true;
59 m_dataSetId = std::forward<DataSetIdT>(value);
61 template <
typename DataSetIdT = Aws::String>
71 bool m_awsAccountIdHasBeenSet =
false;
72 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