AWS SDK for C++

AWS SDK for C++ Version 1.11.743

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
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
29 public:
30 AWS_CUSTOMERPROFILES_API ExportingLocation() = default;
31 AWS_CUSTOMERPROFILES_API ExportingLocation(Aws::Utils::Json::JsonView jsonValue);
32 AWS_CUSTOMERPROFILES_API ExportingLocation& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const S3ExportingLocation& GetS3Exporting() const { return m_s3Exporting; }
41 inline bool S3ExportingHasBeenSet() const { return m_s3ExportingHasBeenSet; }
42 template <typename S3ExportingT = S3ExportingLocation>
43 void SetS3Exporting(S3ExportingT&& value) {
44 m_s3ExportingHasBeenSet = true;
45 m_s3Exporting = std::forward<S3ExportingT>(value);
46 }
47 template <typename S3ExportingT = S3ExportingLocation>
48 ExportingLocation& WithS3Exporting(S3ExportingT&& value) {
49 SetS3Exporting(std::forward<S3ExportingT>(value));
50 return *this;
51 }
53 private:
54 S3ExportingLocation m_s3Exporting;
55 bool m_s3ExportingHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace CustomerProfiles
60} // 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