AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
S3DeliveryConfiguration.h
1
6#pragma once
7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 CloudWatchLogs
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration() = default;
36 AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
51 inline const Aws::String& GetSuffixPath() const { return m_suffixPath; }
52 inline bool SuffixPathHasBeenSet() const { return m_suffixPathHasBeenSet; }
53 template<typename SuffixPathT = Aws::String>
54 void SetSuffixPath(SuffixPathT&& value) { m_suffixPathHasBeenSet = true; m_suffixPath = std::forward<SuffixPathT>(value); }
55 template<typename SuffixPathT = Aws::String>
56 S3DeliveryConfiguration& WithSuffixPath(SuffixPathT&& value) { SetSuffixPath(std::forward<SuffixPathT>(value)); return *this;}
58
60
64 inline bool GetEnableHiveCompatiblePath() const { return m_enableHiveCompatiblePath; }
65 inline bool EnableHiveCompatiblePathHasBeenSet() const { return m_enableHiveCompatiblePathHasBeenSet; }
66 inline void SetEnableHiveCompatiblePath(bool value) { m_enableHiveCompatiblePathHasBeenSet = true; m_enableHiveCompatiblePath = value; }
69 private:
70
71 Aws::String m_suffixPath;
72 bool m_suffixPathHasBeenSet = false;
73
74 bool m_enableHiveCompatiblePath{false};
75 bool m_enableHiveCompatiblePathHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace CloudWatchLogs
80} // 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