AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MagneticStoreRejectedDataLocation.h
1
6#pragma once
7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/timestream-write/model/S3Configuration.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace TimestreamWrite
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TIMESTREAMWRITE_API MagneticStoreRejectedDataLocation() = default;
38 AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const S3Configuration& GetS3Configuration() const { return m_s3Configuration; }
47 inline bool S3ConfigurationHasBeenSet() const { return m_s3ConfigurationHasBeenSet; }
48 template<typename S3ConfigurationT = S3Configuration>
49 void SetS3Configuration(S3ConfigurationT&& value) { m_s3ConfigurationHasBeenSet = true; m_s3Configuration = std::forward<S3ConfigurationT>(value); }
50 template<typename S3ConfigurationT = S3Configuration>
51 MagneticStoreRejectedDataLocation& WithS3Configuration(S3ConfigurationT&& value) { SetS3Configuration(std::forward<S3ConfigurationT>(value)); return *this;}
53 private:
54
55 S3Configuration m_s3Configuration;
56 bool m_s3ConfigurationHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace TimestreamWrite
61} // namespace Aws
AWS_TIMESTREAMWRITE_API MagneticStoreRejectedDataLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
MagneticStoreRejectedDataLocation & WithS3Configuration(S3ConfigurationT &&value)
AWS_TIMESTREAMWRITE_API MagneticStoreRejectedDataLocation()=default
AWS_TIMESTREAMWRITE_API MagneticStoreRejectedDataLocation(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue