AWS SDK for C++

AWS SDK for C++ Version 1.11.608

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() = default;
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 template<typename S3ExportingT = S3ExportingLocation>
49 void SetS3Exporting(S3ExportingT&& value) { m_s3ExportingHasBeenSet = true; m_s3Exporting = std::forward<S3ExportingT>(value); }
50 template<typename S3ExportingT = S3ExportingLocation>
51 ExportingLocation& WithS3Exporting(S3ExportingT&& value) { SetS3Exporting(std::forward<S3ExportingT>(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 Aws::Utils::Json::JsonValue Jsonize() const
ExportingLocation & WithS3Exporting(S3ExportingT &&value)
AWS_CUSTOMERPROFILES_API ExportingLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3ExportingLocation & GetS3Exporting() const
AWS_CUSTOMERPROFILES_API ExportingLocation()=default
Aws::Utils::Json::JsonValue JsonValue