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>
51 template<
typename ClusterIdentifierT = Aws::String>
52 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
53 template<
typename ClusterIdentifierT = Aws::String>
66 template<
typename BucketNameT = Aws::String>
67 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
68 template<
typename BucketNameT = Aws::String>
83 template<
typename S3KeyPrefixT = Aws::String>
84 void SetS3KeyPrefix(S3KeyPrefixT&& value) { m_s3KeyPrefixHasBeenSet =
true; m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value); }
85 template<
typename S3KeyPrefixT = Aws::String>
108 template<
typename LogExportsT = Aws::Vector<Aws::String>>
109 void SetLogExports(LogExportsT&& value) { m_logExportsHasBeenSet =
true; m_logExports = std::forward<LogExportsT>(value); }
110 template<
typename LogExportsT = Aws::Vector<Aws::String>>
112 template<
typename LogExportsT = Aws::String>
118 bool m_clusterIdentifierHasBeenSet =
false;
121 bool m_bucketNameHasBeenSet =
false;
124 bool m_s3KeyPrefixHasBeenSet =
false;
127 bool m_logDestinationTypeHasBeenSet =
false;
130 bool m_logExportsHasBeenSet =
false;
bool LogExportsHasBeenSet() const
bool LogDestinationTypeHasBeenSet() const
bool ClusterIdentifierHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetBucketName() const
const Aws::String & GetS3KeyPrefix() const
EnableLoggingRequest & WithLogDestinationType(LogDestinationType value)
const Aws::String & GetClusterIdentifier() const
EnableLoggingRequest & WithBucketName(BucketNameT &&value)
EnableLoggingRequest & WithLogExports(LogExportsT &&value)
EnableLoggingRequest & AddLogExports(LogExportsT &&value)
void SetLogDestinationType(LogDestinationType value)
EnableLoggingRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetS3KeyPrefix(S3KeyPrefixT &&value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
LogDestinationType GetLogDestinationType() const
EnableLoggingRequest & WithS3KeyPrefix(S3KeyPrefixT &&value)
const Aws::Vector< Aws::String > & GetLogExports() const
void SetBucketName(BucketNameT &&value)
AWS_REDSHIFT_API EnableLoggingRequest()=default
bool BucketNameHasBeenSet() const
void SetLogExports(LogExportsT &&value)
bool S3KeyPrefixHasBeenSet() const
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