AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ErrorReportConfiguration.h
1
6#pragma once
7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/timestream-query/model/S3Configuration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TimestreamQuery {
20namespace Model {
21
28 public:
29 AWS_TIMESTREAMQUERY_API ErrorReportConfiguration() = default;
32 AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const S3Configuration& GetS3Configuration() const { return m_s3Configuration; }
39 inline bool S3ConfigurationHasBeenSet() const { return m_s3ConfigurationHasBeenSet; }
40 template <typename S3ConfigurationT = S3Configuration>
42 m_s3ConfigurationHasBeenSet = true;
43 m_s3Configuration = std::forward<S3ConfigurationT>(value);
44 }
45 template <typename S3ConfigurationT = S3Configuration>
47 SetS3Configuration(std::forward<S3ConfigurationT>(value));
48 return *this;
49 }
51 private:
52 S3Configuration m_s3Configuration;
53 bool m_s3ConfigurationHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace TimestreamQuery
58} // namespace Aws
ErrorReportConfiguration & WithS3Configuration(S3ConfigurationT &&value)
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMQUERY_API ErrorReportConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ErrorReportConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API ErrorReportConfiguration()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue