7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/IngestionType.h>
42 template<
typename DataSetIdT = Aws::String>
43 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
44 template<
typename DataSetIdT = Aws::String>
54 template<
typename IngestionIdT = Aws::String>
55 void SetIngestionId(IngestionIdT&& value) { m_ingestionIdHasBeenSet =
true; m_ingestionId = std::forward<IngestionIdT>(value); }
56 template<
typename IngestionIdT = Aws::String>
66 template<
typename AwsAccountIdT = Aws::String>
67 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
68 template<
typename AwsAccountIdT = Aws::String>
84 bool m_dataSetIdHasBeenSet =
false;
87 bool m_ingestionIdHasBeenSet =
false;
90 bool m_awsAccountIdHasBeenSet =
false;
93 bool m_ingestionTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
CreateIngestionRequest & WithIngestionId(IngestionIdT &&value)
void SetDataSetId(DataSetIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetIngestionId(IngestionIdT &&value)
const Aws::String & GetAwsAccountId() const
bool DataSetIdHasBeenSet() const
bool IngestionIdHasBeenSet() const
CreateIngestionRequest & WithIngestionType(IngestionType value)
CreateIngestionRequest & WithDataSetId(DataSetIdT &&value)
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
bool IngestionTypeHasBeenSet() const
IngestionType GetIngestionType() const
CreateIngestionRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool AwsAccountIdHasBeenSet() const
AWS_QUICKSIGHT_API CreateIngestionRequest()=default
const Aws::String & GetDataSetId() const
void SetIngestionType(IngestionType value)
const Aws::String & GetIngestionId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String