7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/redshift/model/LogDestinationType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
53 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
70 inline void SetBucketName(
const char* value) { m_bucketNameHasBeenSet =
true; m_bucketName.assign(value); }
89 inline void SetS3KeyPrefix(
const char* value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix.assign(value); }
127 bool m_clusterIdentifierHasBeenSet =
false;
130 bool m_bucketNameHasBeenSet =
false;
133 bool m_s3KeyPrefixHasBeenSet =
false;
136 bool m_logDestinationTypeHasBeenSet =
false;
139 bool m_logExportsHasBeenSet =
false;
EnableLoggingRequest & WithLogExports(const Aws::Vector< Aws::String > &value)
void SetLogDestinationType(LogDestinationType &&value)
bool LogExportsHasBeenSet() const
bool LogDestinationTypeHasBeenSet() const
bool ClusterIdentifierHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
EnableLoggingRequest & WithLogDestinationType(const LogDestinationType &value)
EnableLoggingRequest & WithLogDestinationType(LogDestinationType &&value)
const Aws::String & GetBucketName() const
void SetClusterIdentifier(const Aws::String &value)
EnableLoggingRequest & WithS3KeyPrefix(const Aws::String &value)
const Aws::String & GetS3KeyPrefix() const
EnableLoggingRequest & WithClusterIdentifier(const Aws::String &value)
const Aws::String & GetClusterIdentifier() const
EnableLoggingRequest & WithClusterIdentifier(Aws::String &&value)
void SetClusterIdentifier(Aws::String &&value)
const LogDestinationType & GetLogDestinationType() const
void SetS3KeyPrefix(const char *value)
void SetBucketName(Aws::String &&value)
AWS_REDSHIFT_API EnableLoggingRequest()
EnableLoggingRequest & AddLogExports(Aws::String &&value)
EnableLoggingRequest & WithS3KeyPrefix(Aws::String &&value)
EnableLoggingRequest & WithBucketName(const Aws::String &value)
EnableLoggingRequest & WithLogExports(Aws::Vector< Aws::String > &&value)
void SetLogExports(Aws::Vector< Aws::String > &&value)
void SetLogDestinationType(const LogDestinationType &value)
EnableLoggingRequest & WithClusterIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
EnableLoggingRequest & AddLogExports(const Aws::String &value)
void SetBucketName(const char *value)
EnableLoggingRequest & WithBucketName(const char *value)
const Aws::Vector< Aws::String > & GetLogExports() const
void SetBucketName(const Aws::String &value)
bool BucketNameHasBeenSet() const
void SetLogExports(const Aws::Vector< Aws::String > &value)
EnableLoggingRequest & WithBucketName(Aws::String &&value)
void SetS3KeyPrefix(Aws::String &&value)
void SetClusterIdentifier(const char *value)
EnableLoggingRequest & AddLogExports(const char *value)
EnableLoggingRequest & WithS3KeyPrefix(const char *value)
bool S3KeyPrefixHasBeenSet() const
void SetS3KeyPrefix(const Aws::String &value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector