AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
S3DeliveryConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CloudWatchLogs {
20namespace Model {
21
29 public:
30 AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration() = default;
31 AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
45 inline const Aws::String& GetSuffixPath() const { return m_suffixPath; }
46 inline bool SuffixPathHasBeenSet() const { return m_suffixPathHasBeenSet; }
47 template <typename SuffixPathT = Aws::String>
48 void SetSuffixPath(SuffixPathT&& value) {
49 m_suffixPathHasBeenSet = true;
50 m_suffixPath = std::forward<SuffixPathT>(value);
51 }
52 template <typename SuffixPathT = Aws::String>
54 SetSuffixPath(std::forward<SuffixPathT>(value));
55 return *this;
56 }
58
60
64 inline bool GetEnableHiveCompatiblePath() const { return m_enableHiveCompatiblePath; }
65 inline bool EnableHiveCompatiblePathHasBeenSet() const { return m_enableHiveCompatiblePathHasBeenSet; }
66 inline void SetEnableHiveCompatiblePath(bool value) {
67 m_enableHiveCompatiblePathHasBeenSet = true;
68 m_enableHiveCompatiblePath = value;
69 }
72 return *this;
73 }
75 private:
76 Aws::String m_suffixPath;
77
78 bool m_enableHiveCompatiblePath{false};
79 bool m_suffixPathHasBeenSet = false;
80 bool m_enableHiveCompatiblePathHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace CloudWatchLogs
85} // namespace Aws
AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration()=default
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
S3DeliveryConfiguration & WithSuffixPath(SuffixPathT &&value)
AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration(Aws::Utils::Json::JsonView jsonValue)
S3DeliveryConfiguration & WithEnableHiveCompatiblePath(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue