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