7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/kinesis/Kinesis_EXPORTS.h>
9#include <aws/kinesis/model/DeadLetterQueueS3Configuration.h>
10#include <aws/kinesis/model/S3TablesConfiguration.h>
44 m_dataFreshnessInSecondsHasBeenSet =
true;
45 m_dataFreshnessInSeconds = value;
59 template <
typename DeadLetterQueueS3ConfigurationT = DeadLetterQueueS3Configuration>
61 m_deadLetterQueueS3ConfigurationHasBeenSet =
true;
62 m_deadLetterQueueS3Configuration = std::forward<DeadLetterQueueS3ConfigurationT>(value);
64 template <
typename DeadLetterQueueS3ConfigurationT = DeadLetterQueueS3Configuration>
77 template <
typename S3TablesConfigurationListT = Aws::Vector<S3TablesConfiguration>>
79 m_s3TablesConfigurationListHasBeenSet =
true;
80 m_s3TablesConfigurationList = std::forward<S3TablesConfigurationListT>(value);
82 template <
typename S3TablesConfigurationListT = Aws::Vector<S3TablesConfiguration>>
87 template <
typename S3TablesConfigurationListT = S3TablesConfiguration>
89 m_s3TablesConfigurationListHasBeenSet =
true;
90 m_s3TablesConfigurationList.emplace_back(std::forward<S3TablesConfigurationListT>(value));
95 int m_dataFreshnessInSeconds{0};
97 DeadLetterQueueS3Configuration m_deadLetterQueueS3Configuration;
100 bool m_dataFreshnessInSecondsHasBeenSet =
false;
101 bool m_deadLetterQueueS3ConfigurationHasBeenSet =
false;
102 bool m_s3TablesConfigurationListHasBeenSet =
false;
int GetDataFreshnessInSeconds() const
S3TablesDestinationDescription & AddS3TablesConfigurationList(S3TablesConfigurationListT &&value)
const DeadLetterQueueS3Configuration & GetDeadLetterQueueS3Configuration() const
const Aws::Vector< S3TablesConfiguration > & GetS3TablesConfigurationList() const
AWS_KINESIS_API S3TablesDestinationDescription()=default
void SetDeadLetterQueueS3Configuration(DeadLetterQueueS3ConfigurationT &&value)
AWS_KINESIS_API S3TablesDestinationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
S3TablesDestinationDescription & WithS3TablesConfigurationList(S3TablesConfigurationListT &&value)
void SetDataFreshnessInSeconds(int value)
void SetS3TablesConfigurationList(S3TablesConfigurationListT &&value)
bool DataFreshnessInSecondsHasBeenSet() const
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
S3TablesDestinationDescription & WithDeadLetterQueueS3Configuration(DeadLetterQueueS3ConfigurationT &&value)
bool S3TablesConfigurationListHasBeenSet() const
AWS_KINESIS_API S3TablesDestinationDescription(Aws::Utils::Json::JsonView jsonValue)
bool DeadLetterQueueS3ConfigurationHasBeenSet() const
S3TablesDestinationDescription & WithDataFreshnessInSeconds(int value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue