7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AllowedAccountIdsT = Aws::Vector<Aws::String>>
49 void SetAllowedAccountIds(AllowedAccountIdsT&& value) { m_allowedAccountIdsHasBeenSet =
true; m_allowedAccountIds = std::forward<AllowedAccountIdsT>(value); }
50 template<
typename AllowedAccountIdsT = Aws::Vector<Aws::String>>
52 template<
typename AllowedAccountIdsT = Aws::String>
63 template<
typename FilterPatternT = Aws::String>
64 void SetFilterPattern(FilterPatternT&& value) { m_filterPatternHasBeenSet =
true; m_filterPattern = std::forward<FilterPatternT>(value); }
65 template<
typename FilterPatternT = Aws::String>
71 bool m_allowedAccountIdsHasBeenSet =
false;
74 bool m_filterPatternHasBeenSet =
false;
bool FilterPatternHasBeenSet() const
AWS_CLEANROOMSML_API LogsConfigurationPolicy()=default
AWS_CLEANROOMSML_API LogsConfigurationPolicy(Aws::Utils::Json::JsonView jsonValue)
void SetAllowedAccountIds(AllowedAccountIdsT &&value)
const Aws::Vector< Aws::String > & GetAllowedAccountIds() const
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
LogsConfigurationPolicy & WithAllowedAccountIds(AllowedAccountIdsT &&value)
LogsConfigurationPolicy & AddAllowedAccountIds(AllowedAccountIdsT &&value)
const Aws::String & GetFilterPattern() const
LogsConfigurationPolicy & WithFilterPattern(FilterPatternT &&value)
AWS_CLEANROOMSML_API LogsConfigurationPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFilterPattern(FilterPatternT &&value)
bool AllowedAccountIdsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue