7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchLogs
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>
72 bool m_suffixPathHasBeenSet =
false;
74 bool m_enableHiveCompatiblePath{
false};
75 bool m_enableHiveCompatiblePathHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration()=default
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSuffixPath(SuffixPathT &&value)
S3DeliveryConfiguration & WithSuffixPath(SuffixPathT &&value)
AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API S3DeliveryConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool SuffixPathHasBeenSet() const
void SetEnableHiveCompatiblePath(bool value)
const Aws::String & GetSuffixPath() const
bool GetEnableHiveCompatiblePath() const
bool EnableHiveCompatiblePathHasBeenSet() const
S3DeliveryConfiguration & WithEnableHiveCompatiblePath(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue