AWS SDK for C++

AWS SDK for C++ Version 1.11.820

Loading...
Searching...
No Matches
S3ReportOutputConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace resiliencehubv2 {
20namespace Model {
21
28 public:
29 AWS_RESILIENCEHUBV2_API S3ReportOutputConfiguration() = default;
30 AWS_RESILIENCEHUBV2_API S3ReportOutputConfiguration(Aws::Utils::Json::JsonView jsonValue);
32 AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
39 inline const Aws::String& GetBucketPath() const { return m_bucketPath; }
40 inline bool BucketPathHasBeenSet() const { return m_bucketPathHasBeenSet; }
41 template <typename BucketPathT = Aws::String>
42 void SetBucketPath(BucketPathT&& value) {
43 m_bucketPathHasBeenSet = true;
44 m_bucketPath = std::forward<BucketPathT>(value);
45 }
46 template <typename BucketPathT = Aws::String>
48 SetBucketPath(std::forward<BucketPathT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetBucketOwner() const { return m_bucketOwner; }
58 inline bool BucketOwnerHasBeenSet() const { return m_bucketOwnerHasBeenSet; }
59 template <typename BucketOwnerT = Aws::String>
60 void SetBucketOwner(BucketOwnerT&& value) {
61 m_bucketOwnerHasBeenSet = true;
62 m_bucketOwner = std::forward<BucketOwnerT>(value);
63 }
64 template <typename BucketOwnerT = Aws::String>
66 SetBucketOwner(std::forward<BucketOwnerT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_bucketPath;
72
73 Aws::String m_bucketOwner;
74 bool m_bucketPathHasBeenSet = false;
75 bool m_bucketOwnerHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace resiliencehubv2
80} // namespace Aws
S3ReportOutputConfiguration & WithBucketOwner(BucketOwnerT &&value)
AWS_RESILIENCEHUBV2_API S3ReportOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API S3ReportOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
S3ReportOutputConfiguration & WithBucketPath(BucketPathT &&value)
AWS_RESILIENCEHUBV2_API S3ReportOutputConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue