AWS SDK for C++

AWS SDK for C++ Version 1.11.608

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#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 BackupSearch
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_BACKUPSEARCH_API ExportSpecification() = default;
35 AWS_BACKUPSEARCH_API ExportSpecification(Aws::Utils::Json::JsonView jsonValue);
37 AWS_BACKUPSEARCH_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const S3ExportSpecification& GetS3ExportSpecification() const { return m_s3ExportSpecification; }
46 inline bool S3ExportSpecificationHasBeenSet() const { return m_s3ExportSpecificationHasBeenSet; }
47 template<typename S3ExportSpecificationT = S3ExportSpecification>
48 void SetS3ExportSpecification(S3ExportSpecificationT&& value) { m_s3ExportSpecificationHasBeenSet = true; m_s3ExportSpecification = std::forward<S3ExportSpecificationT>(value); }
49 template<typename S3ExportSpecificationT = S3ExportSpecification>
50 ExportSpecification& WithS3ExportSpecification(S3ExportSpecificationT&& value) { SetS3ExportSpecification(std::forward<S3ExportSpecificationT>(value)); return *this;}
52 private:
53
54 S3ExportSpecification m_s3ExportSpecification;
55 bool m_s3ExportSpecificationHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace BackupSearch
60} // 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