AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
UpdateKinesisStreamingConfiguration.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 UpdateKinesisStreamingConfiguration() = default;
33 AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 return m_approximateCreationDateTimePrecision;
41 }
42 inline bool ApproximateCreationDateTimePrecisionHasBeenSet() const { return m_approximateCreationDateTimePrecisionHasBeenSet; }
44 m_approximateCreationDateTimePrecisionHasBeenSet = true;
45 m_approximateCreationDateTimePrecision = value;
46 }
49 return *this;
50 }
52 private:
54 bool m_approximateCreationDateTimePrecisionHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace DynamoDB
59} // namespace Aws
void SetApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision value)
AWS_DYNAMODB_API UpdateKinesisStreamingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API UpdateKinesisStreamingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ApproximateCreationDateTimePrecision GetApproximateCreationDateTimePrecision() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateKinesisStreamingConfiguration & WithApproximateCreationDateTimePrecision(ApproximateCreationDateTimePrecision value)
Aws::Utils::Json::JsonValue JsonValue