7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/LogDestinationType.h>
47 template <
typename ClusterIdentifierT = Aws::String>
49 m_clusterIdentifierHasBeenSet =
true;
50 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
52 template <
typename ClusterIdentifierT = Aws::String>
68 template <
typename BucketNameT = Aws::String>
70 m_bucketNameHasBeenSet =
true;
71 m_bucketName = std::forward<BucketNameT>(value);
73 template <
typename BucketNameT = Aws::String>
91 template <
typename S3KeyPrefixT = Aws::String>
93 m_s3KeyPrefixHasBeenSet =
true;
94 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
96 template <
typename S3KeyPrefixT = Aws::String>
111 m_logDestinationTypeHasBeenSet =
true;
112 m_logDestinationType = value;
128 template <
typename LogExportsT = Aws::Vector<Aws::String>>
130 m_logExportsHasBeenSet =
true;
131 m_logExports = std::forward<LogExportsT>(value);
133 template <
typename LogExportsT = Aws::Vector<Aws::String>>
138 template <
typename LogExportsT = Aws::String>
140 m_logExportsHasBeenSet =
true;
141 m_logExports.emplace_back(std::forward<LogExportsT>(value));
155 bool m_clusterIdentifierHasBeenSet =
false;
156 bool m_bucketNameHasBeenSet =
false;
157 bool m_s3KeyPrefixHasBeenSet =
false;
158 bool m_logDestinationTypeHasBeenSet =
false;
159 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