7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
63 inline void SetLastFailureMessage(
const char* value) { m_lastFailureMessageHasBeenSet =
true; m_lastFailureMessage.assign(value); }
91 inline void SetLastFailureTime(
const char* value) { m_lastFailureTimeHasBeenSet =
true; m_lastFailureTime.assign(value); }
131 inline void SetLoggingEnabled(
bool value) { m_loggingEnabledHasBeenSet =
true; m_loggingEnabled = value; }
143 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
151 bool m_bucketNameHasBeenSet =
false;
154 bool m_lastFailureMessageHasBeenSet =
false;
157 bool m_lastFailureTimeHasBeenSet =
false;
160 bool m_lastSuccessfulDeliveryTimeHasBeenSet =
false;
162 bool m_loggingEnabled;
163 bool m_loggingEnabledHasBeenSet =
false;
166 bool m_s3KeyPrefixHasBeenSet =
false;
void SetLoggingEnabled(bool value)
void SetLastFailureMessage(const Aws::String &value)
AwsRedshiftClusterLoggingStatus & WithLastSuccessfulDeliveryTime(Aws::String &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterLoggingStatus()
bool LastFailureMessageHasBeenSet() const
void SetBucketName(Aws::String &&value)
AwsRedshiftClusterLoggingStatus & WithLastFailureTime(Aws::String &&value)
void SetLastFailureMessage(Aws::String &&value)
bool S3KeyPrefixHasBeenSet() const
AwsRedshiftClusterLoggingStatus & WithLastFailureTime(const char *value)
AwsRedshiftClusterLoggingStatus & WithBucketName(const char *value)
const Aws::String & GetLastFailureMessage() const
void SetS3KeyPrefix(const char *value)
AwsRedshiftClusterLoggingStatus & WithS3KeyPrefix(const Aws::String &value)
AwsRedshiftClusterLoggingStatus & WithLastFailureMessage(const Aws::String &value)
AwsRedshiftClusterLoggingStatus & WithLastSuccessfulDeliveryTime(const char *value)
void SetLastFailureTime(const char *value)
const Aws::String & GetBucketName() const
bool GetLoggingEnabled() const
AwsRedshiftClusterLoggingStatus & WithS3KeyPrefix(const char *value)
void SetLastSuccessfulDeliveryTime(Aws::String &&value)
void SetLastSuccessfulDeliveryTime(const Aws::String &value)
AwsRedshiftClusterLoggingStatus & WithLastFailureMessage(const char *value)
const Aws::String & GetLastFailureTime() const
AwsRedshiftClusterLoggingStatus & WithBucketName(Aws::String &&value)
AwsRedshiftClusterLoggingStatus & WithBucketName(const Aws::String &value)
void SetLastFailureMessage(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3KeyPrefix(Aws::String &&value)
bool LastFailureTimeHasBeenSet() const
AwsRedshiftClusterLoggingStatus & WithLastSuccessfulDeliveryTime(const Aws::String &value)
AwsRedshiftClusterLoggingStatus & WithLastFailureMessage(Aws::String &&value)
void SetLastFailureTime(const Aws::String &value)
AWS_SECURITYHUB_API AwsRedshiftClusterLoggingStatus(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetS3KeyPrefix() const
AwsRedshiftClusterLoggingStatus & WithLastFailureTime(const Aws::String &value)
bool LoggingEnabledHasBeenSet() const
bool LastSuccessfulDeliveryTimeHasBeenSet() const
AwsRedshiftClusterLoggingStatus & WithS3KeyPrefix(Aws::String &&value)
bool BucketNameHasBeenSet() const
void SetS3KeyPrefix(const Aws::String &value)
AwsRedshiftClusterLoggingStatus & WithLoggingEnabled(bool value)
void SetLastFailureTime(Aws::String &&value)
const Aws::String & GetLastSuccessfulDeliveryTime() const
void SetBucketName(const char *value)
AWS_SECURITYHUB_API AwsRedshiftClusterLoggingStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBucketName(const Aws::String &value)
void SetLastSuccessfulDeliveryTime(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue