7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/IngestionType.h>
38 template <
typename DataSetIdT = Aws::String>
40 m_dataSetIdHasBeenSet =
true;
41 m_dataSetId = std::forward<DataSetIdT>(value);
43 template <
typename DataSetIdT = Aws::String>
56 template <
typename IngestionIdT = Aws::String>
58 m_ingestionIdHasBeenSet =
true;
59 m_ingestionId = std::forward<IngestionIdT>(value);
61 template <
typename IngestionIdT = Aws::String>
74 template <
typename AwsAccountIdT = Aws::String>
76 m_awsAccountIdHasBeenSet =
true;
77 m_awsAccountId = std::forward<AwsAccountIdT>(value);
79 template <
typename AwsAccountIdT = Aws::String>
93 m_ingestionTypeHasBeenSet =
true;
94 m_ingestionType = value;
109 bool m_dataSetIdHasBeenSet =
false;
110 bool m_ingestionIdHasBeenSet =
false;
111 bool m_awsAccountIdHasBeenSet =
false;
112 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