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>
53 template<
typename DataSetIdT = Aws::String>
54 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
55 template<
typename DataSetIdT = Aws::String>
65 template<
typename IngestionIdT = Aws::String>
66 void SetIngestionId(IngestionIdT&& value) { m_ingestionIdHasBeenSet =
true; m_ingestionId = std::forward<IngestionIdT>(value); }
67 template<
typename IngestionIdT = Aws::String>
73 bool m_awsAccountIdHasBeenSet =
false;
76 bool m_dataSetIdHasBeenSet =
false;
79 bool m_ingestionIdHasBeenSet =
false;
const Aws::String & GetAwsAccountId() const
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetDataSetId() const
void SetIngestionId(IngestionIdT &&value)
CancelIngestionRequest & WithAwsAccountId(AwsAccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIngestionId() const
void SetAwsAccountId(AwsAccountIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool IngestionIdHasBeenSet() const
void SetDataSetId(DataSetIdT &&value)
CancelIngestionRequest & WithIngestionId(IngestionIdT &&value)
AWS_QUICKSIGHT_API CancelIngestionRequest()=default
bool DataSetIdHasBeenSet() const
CancelIngestionRequest & WithDataSetId(DataSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String