7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename IncludeT = Aws::Vector<Aws::String>>
52 void SetInclude(IncludeT&& value) { m_includeHasBeenSet =
true; m_include = std::forward<IncludeT>(value); }
53 template<
typename IncludeT = Aws::Vector<Aws::String>>
55 template<
typename IncludeT = Aws::String>
56 DatabaseList&
AddInclude(IncludeT&& value) { m_includeHasBeenSet =
true; m_include.emplace_back(std::forward<IncludeT>(value));
return *
this; }
67 template<
typename ExcludeT = Aws::Vector<Aws::String>>
68 void SetExclude(ExcludeT&& value) { m_excludeHasBeenSet =
true; m_exclude = std::forward<ExcludeT>(value); }
69 template<
typename ExcludeT = Aws::Vector<Aws::String>>
71 template<
typename ExcludeT = Aws::String>
72 DatabaseList&
AddExclude(ExcludeT&& value) { m_excludeHasBeenSet =
true; m_exclude.emplace_back(std::forward<ExcludeT>(value));
return *
this; }
77 bool m_includeHasBeenSet =
false;
80 bool m_excludeHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetInclude() const
AWS_FIREHOSE_API DatabaseList(Aws::Utils::Json::JsonView jsonValue)
void SetInclude(IncludeT &&value)
DatabaseList & AddInclude(IncludeT &&value)
void SetExclude(ExcludeT &&value)
AWS_FIREHOSE_API DatabaseList & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExcludeHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
DatabaseList & AddExclude(ExcludeT &&value)
bool IncludeHasBeenSet() const
DatabaseList & WithExclude(ExcludeT &&value)
DatabaseList & WithInclude(IncludeT &&value)
AWS_FIREHOSE_API DatabaseList()=default
const Aws::Vector< Aws::String > & GetExclude() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue