AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
EnableKinesisStreamingConfiguration.h
1
6#pragma once
7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/ApproximateCreationDateTimePrecision.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DynamoDB {
20namespace Model {
21
29 public:
30 AWS_DYNAMODB_API EnableKinesisStreamingConfiguration() = default;
33 AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 return m_approximateCreationDateTimePrecision;
42 }
43 inline bool ApproximateCreationDateTimePrecisionHasBeenSet() const { return m_approximateCreationDateTimePrecisionHasBeenSet; }
45 m_approximateCreationDateTimePrecisionHasBeenSet = true;
46 m_approximateCreationDateTimePrecision = value;
47 }
50 return *this;
51 }
53 private:
55 bool m_approximateCreationDateTimePrecisionHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace DynamoDB
60} // namespace Aws
EnableKinesisStreamingConfiguration & WithApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision value)
AWS_DYNAMODB_API EnableKinesisStreamingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API EnableKinesisStreamingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision value)
ApproximateCreationDateTimePrecision GetApproximateCreationDateTimePrecision() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue