AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
ReplicationInformation.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3Tables_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace S3Tables {
20namespace Model {
21
29 public:
30 AWS_S3TABLES_API ReplicationInformation() = default;
33 AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetSourceTableARN() const { return m_sourceTableARN; }
41 inline bool SourceTableARNHasBeenSet() const { return m_sourceTableARNHasBeenSet; }
42 template <typename SourceTableARNT = Aws::String>
43 void SetSourceTableARN(SourceTableARNT&& value) {
44 m_sourceTableARNHasBeenSet = true;
45 m_sourceTableARN = std::forward<SourceTableARNT>(value);
46 }
47 template <typename SourceTableARNT = Aws::String>
48 ReplicationInformation& WithSourceTableARN(SourceTableARNT&& value) {
49 SetSourceTableARN(std::forward<SourceTableARNT>(value));
50 return *this;
51 }
53 private:
54 Aws::String m_sourceTableARN;
55 bool m_sourceTableARNHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace S3Tables
60} // namespace Aws
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_S3TABLES_API ReplicationInformation()=default
AWS_S3TABLES_API ReplicationInformation(Aws::Utils::Json::JsonView jsonValue)
ReplicationInformation & WithSourceTableARN(SourceTableARNT &&value)
AWS_S3TABLES_API ReplicationInformation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue