AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ExportingConfig.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/S3ExportingConfig.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 CustomerProfiles
22{
23namespace Model
24{
25
38 {
39 public:
40 AWS_CUSTOMERPROFILES_API ExportingConfig() = default;
41 AWS_CUSTOMERPROFILES_API ExportingConfig(Aws::Utils::Json::JsonView jsonValue);
42 AWS_CUSTOMERPROFILES_API ExportingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
43 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
50 inline const S3ExportingConfig& GetS3Exporting() const { return m_s3Exporting; }
51 inline bool S3ExportingHasBeenSet() const { return m_s3ExportingHasBeenSet; }
52 template<typename S3ExportingT = S3ExportingConfig>
53 void SetS3Exporting(S3ExportingT&& value) { m_s3ExportingHasBeenSet = true; m_s3Exporting = std::forward<S3ExportingT>(value); }
54 template<typename S3ExportingT = S3ExportingConfig>
55 ExportingConfig& WithS3Exporting(S3ExportingT&& value) { SetS3Exporting(std::forward<S3ExportingT>(value)); return *this;}
57 private:
58
59 S3ExportingConfig m_s3Exporting;
60 bool m_s3ExportingHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace CustomerProfiles
65} // namespace Aws
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ExportingConfig & WithS3Exporting(S3ExportingT &&value)
AWS_CUSTOMERPROFILES_API ExportingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API ExportingConfig()=default
const S3ExportingConfig & GetS3Exporting() const
AWS_CUSTOMERPROFILES_API ExportingConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue