AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportingLocation.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/S3ExportingLocation.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
33 {
34 public:
35 AWS_CUSTOMERPROFILES_API ExportingLocation();
36 AWS_CUSTOMERPROFILES_API ExportingLocation(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CUSTOMERPROFILES_API ExportingLocation& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const S3ExportingLocation& GetS3Exporting() const{ return m_s3Exporting; }
47 inline bool S3ExportingHasBeenSet() const { return m_s3ExportingHasBeenSet; }
48 inline void SetS3Exporting(const S3ExportingLocation& value) { m_s3ExportingHasBeenSet = true; m_s3Exporting = value; }
49 inline void SetS3Exporting(S3ExportingLocation&& value) { m_s3ExportingHasBeenSet = true; m_s3Exporting = std::move(value); }
50 inline ExportingLocation& WithS3Exporting(const S3ExportingLocation& value) { SetS3Exporting(value); return *this;}
51 inline ExportingLocation& WithS3Exporting(S3ExportingLocation&& value) { SetS3Exporting(std::move(value)); return *this;}
53 private:
54
55 S3ExportingLocation m_s3Exporting;
56 bool m_s3ExportingHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace CustomerProfiles
61} // namespace Aws
AWS_CUSTOMERPROFILES_API ExportingLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API ExportingLocation()
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ExportingLocation & WithS3Exporting(const S3ExportingLocation &value)
AWS_CUSTOMERPROFILES_API ExportingLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportingLocation & WithS3Exporting(S3ExportingLocation &&value)
void SetS3Exporting(const S3ExportingLocation &value)
const S3ExportingLocation & GetS3Exporting() const
void SetS3Exporting(S3ExportingLocation &&value)
Aws::Utils::Json::JsonValue JsonValue