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>
55 template <
typename DataSetIdT = Aws::String>
57 m_dataSetIdHasBeenSet =
true;
58 m_dataSetId = std::forward<DataSetIdT>(value);
60 template <
typename DataSetIdT = Aws::String>
73 template <
typename IngestionIdT = Aws::String>
75 m_ingestionIdHasBeenSet =
true;
76 m_ingestionId = std::forward<IngestionIdT>(value);
78 template <
typename IngestionIdT = Aws::String>
90 bool m_awsAccountIdHasBeenSet =
false;
91 bool m_dataSetIdHasBeenSet =
false;
92 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