AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetS3Exporting(const S3ExportingConfig& value) { m_s3ExportingHasBeenSet = true; m_s3Exporting = value; }
53 inline void SetS3Exporting(S3ExportingConfig&& value) { m_s3ExportingHasBeenSet = true; m_s3Exporting = std::move(value); }
54 inline ExportingConfig& WithS3Exporting(const S3ExportingConfig& value) { SetS3Exporting(value); return *this;}
55 inline ExportingConfig& WithS3Exporting(S3ExportingConfig&& value) { SetS3Exporting(std::move(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 ExportingConfig()
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Exporting(const S3ExportingConfig &value)
AWS_CUSTOMERPROFILES_API ExportingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportingConfig & WithS3Exporting(S3ExportingConfig &&value)
const S3ExportingConfig & GetS3Exporting() const
AWS_CUSTOMERPROFILES_API ExportingConfig(Aws::Utils::Json::JsonView jsonValue)
void SetS3Exporting(S3ExportingConfig &&value)
ExportingConfig & WithS3Exporting(const S3ExportingConfig &value)
Aws::Utils::Json::JsonValue JsonValue