AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
ExportSpecification.h
1
6#pragma once
7#include <aws/backupsearch/BackupSearch_EXPORTS.h>
8#include <aws/backupsearch/model/S3ExportSpecification.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BackupSearch {
20namespace Model {
21
28 public:
29 AWS_BACKUPSEARCH_API ExportSpecification() = default;
30 AWS_BACKUPSEARCH_API ExportSpecification(Aws::Utils::Json::JsonView jsonValue);
32 AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 inline const S3ExportSpecification& GetS3ExportSpecification() const { return m_s3ExportSpecification; }
40 inline bool S3ExportSpecificationHasBeenSet() const { return m_s3ExportSpecificationHasBeenSet; }
41 template <typename S3ExportSpecificationT = S3ExportSpecification>
42 void SetS3ExportSpecification(S3ExportSpecificationT&& value) {
43 m_s3ExportSpecificationHasBeenSet = true;
44 m_s3ExportSpecification = std::forward<S3ExportSpecificationT>(value);
45 }
46 template <typename S3ExportSpecificationT = S3ExportSpecification>
47 ExportSpecification& WithS3ExportSpecification(S3ExportSpecificationT&& value) {
48 SetS3ExportSpecification(std::forward<S3ExportSpecificationT>(value));
49 return *this;
50 }
52 private:
53 S3ExportSpecification m_s3ExportSpecification;
54 bool m_s3ExportSpecificationHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace BackupSearch
59} // namespace Aws
const S3ExportSpecification & GetS3ExportSpecification() const
AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3ExportSpecification(S3ExportSpecificationT &&value)
AWS_BACKUPSEARCH_API ExportSpecification()=default
AWS_BACKUPSEARCH_API ExportSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_BACKUPSEARCH_API ExportSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportSpecification & WithS3ExportSpecification(S3ExportSpecificationT &&value)
Aws::Utils::Json::JsonValue JsonValue