AWS SDK for C++

AWS SDK for C++ Version 1.11.680

Loading...
Searching...
No Matches
ReportConfigurationS3Output.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fis/FIS_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace FIS {
20namespace Model {
21
29 public:
30 AWS_FIS_API ReportConfigurationS3Output() = default;
34
36
39 inline const Aws::String& GetBucketName() const { return m_bucketName; }
40 inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; }
41 template <typename BucketNameT = Aws::String>
42 void SetBucketName(BucketNameT&& value) {
43 m_bucketNameHasBeenSet = true;
44 m_bucketName = std::forward<BucketNameT>(value);
45 }
46 template <typename BucketNameT = Aws::String>
48 SetBucketName(std::forward<BucketNameT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetPrefix() const { return m_prefix; }
58 inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; }
59 template <typename PrefixT = Aws::String>
60 void SetPrefix(PrefixT&& value) {
61 m_prefixHasBeenSet = true;
62 m_prefix = std::forward<PrefixT>(value);
63 }
64 template <typename PrefixT = Aws::String>
66 SetPrefix(std::forward<PrefixT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_bucketName;
72 bool m_bucketNameHasBeenSet = false;
73
74 Aws::String m_prefix;
75 bool m_prefixHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace FIS
80} // namespace Aws
ReportConfigurationS3Output & WithBucketName(BucketNameT &&value)
AWS_FIS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIS_API ReportConfigurationS3Output & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIS_API ReportConfigurationS3Output(Aws::Utils::Json::JsonView jsonValue)
ReportConfigurationS3Output & WithPrefix(PrefixT &&value)
AWS_FIS_API ReportConfigurationS3Output()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue