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>
69 m_logDestinationTypeHasBeenSet =
true;
70 m_logDestinationType = value;
87 template <
typename LogExportsT = Aws::Vector<Aws::String>>
89 m_logExportsHasBeenSet =
true;
90 m_logExports = std::forward<LogExportsT>(value);
92 template <
typename LogExportsT = Aws::Vector<Aws::String>>
97 template <
typename LogExportsT = Aws::String>
99 m_logExportsHasBeenSet =
true;
100 m_logExports.emplace_back(std::forward<LogExportsT>(value));
110 bool m_clusterIdentifierHasBeenSet =
false;
111 bool m_logDestinationTypeHasBeenSet =
false;
112 bool m_logExportsHasBeenSet =
false;
void SetLogExports(LogExportsT &&value)
virtual const char * GetServiceRequestName() const override
bool LogExportsHasBeenSet() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetLogExports() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DisableLoggingRequest & WithLogExports(LogExportsT &&value)
AWS_REDSHIFT_API DisableLoggingRequest()=default
LogDestinationType GetLogDestinationType() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
DisableLoggingRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetLogDestinationType(LogDestinationType value)
const Aws::String & GetClusterIdentifier() const
bool ClusterIdentifierHasBeenSet() const
DisableLoggingRequest & AddLogExports(LogExportsT &&value)
DisableLoggingRequest & WithLogDestinationType(LogDestinationType value)
bool LogDestinationTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector