AWS SDK for C++

AWS SDK for C++ Version 1.11.742

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CustomerProfiles {
20namespace Model {
21
34 public:
35 AWS_CUSTOMERPROFILES_API ExportingConfig() = default;
36 AWS_CUSTOMERPROFILES_API ExportingConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CUSTOMERPROFILES_API ExportingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
39
41
44 inline const S3ExportingConfig& GetS3Exporting() const { return m_s3Exporting; }
45 inline bool S3ExportingHasBeenSet() const { return m_s3ExportingHasBeenSet; }
46 template <typename S3ExportingT = S3ExportingConfig>
47 void SetS3Exporting(S3ExportingT&& value) {
48 m_s3ExportingHasBeenSet = true;
49 m_s3Exporting = std::forward<S3ExportingT>(value);
50 }
51 template <typename S3ExportingT = S3ExportingConfig>
52 ExportingConfig& WithS3Exporting(S3ExportingT&& value) {
53 SetS3Exporting(std::forward<S3ExportingT>(value));
54 return *this;
55 }
57 private:
58 S3ExportingConfig m_s3Exporting;
59 bool m_s3ExportingHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace CustomerProfiles
64} // 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