7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename DestinationBucketNameT = Aws::String>
42 m_destinationBucketNameHasBeenSet =
true;
43 m_destinationBucketName = std::forward<DestinationBucketNameT>(value);
45 template <
typename DestinationBucketNameT = Aws::String>
58 template <
typename LogFilePrefixT = Aws::String>
60 m_logFilePrefixHasBeenSet =
true;
61 m_logFilePrefix = std::forward<LogFilePrefixT>(value);
63 template <
typename LogFilePrefixT = Aws::String>
73 bool m_destinationBucketNameHasBeenSet =
false;
74 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