7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DestinationBucketNameT = Aws::String>
47 void SetDestinationBucketName(DestinationBucketNameT&& value) { m_destinationBucketNameHasBeenSet =
true; m_destinationBucketName = std::forward<DestinationBucketNameT>(value); }
48 template<
typename DestinationBucketNameT = Aws::String>
58 template<
typename LogFilePrefixT = Aws::String>
59 void SetLogFilePrefix(LogFilePrefixT&& value) { m_logFilePrefixHasBeenSet =
true; m_logFilePrefix = std::forward<LogFilePrefixT>(value); }
60 template<
typename LogFilePrefixT = Aws::String>
66 bool m_destinationBucketNameHasBeenSet =
false;
69 bool m_logFilePrefixHasBeenSet =
false;
AWS_SECURITYHUB_API AwsS3BucketLoggingConfiguration()=default
const Aws::String & GetLogFilePrefix() const
AwsS3BucketLoggingConfiguration & WithDestinationBucketName(DestinationBucketNameT &&value)
AWS_SECURITYHUB_API AwsS3BucketLoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LogFilePrefixHasBeenSet() const
void SetDestinationBucketName(DestinationBucketNameT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool DestinationBucketNameHasBeenSet() const
void SetLogFilePrefix(LogFilePrefixT &&value)
AWS_SECURITYHUB_API AwsS3BucketLoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AwsS3BucketLoggingConfiguration & WithLogFilePrefix(LogFilePrefixT &&value)
const Aws::String & GetDestinationBucketName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue