7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securitylake/model/AwsLogSourceName.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename AccountsT = Aws::Vector<Aws::String>>
52 void SetAccounts(AccountsT&& value) { m_accountsHasBeenSet =
true; m_accounts = std::forward<AccountsT>(value); }
53 template<
typename AccountsT = Aws::Vector<Aws::String>>
55 template<
typename AccountsT = Aws::String>
65 template<
typename RegionsT = Aws::Vector<Aws::String>>
66 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
67 template<
typename RegionsT = Aws::Vector<Aws::String>>
69 template<
typename RegionsT = Aws::String>
89 template<
typename SourceVersionT = Aws::String>
90 void SetSourceVersion(SourceVersionT&& value) { m_sourceVersionHasBeenSet =
true; m_sourceVersion = std::forward<SourceVersionT>(value); }
91 template<
typename SourceVersionT = Aws::String>
97 bool m_accountsHasBeenSet =
false;
100 bool m_regionsHasBeenSet =
false;
103 bool m_sourceNameHasBeenSet =
false;
106 bool m_sourceVersionHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetAccounts() const
bool RegionsHasBeenSet() const
AwsLogSourceConfiguration & AddRegions(RegionsT &&value)
AwsLogSourceConfiguration & WithRegions(RegionsT &&value)
const Aws::Vector< Aws::String > & GetRegions() const
AWS_SECURITYLAKE_API AwsLogSourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYLAKE_API AwsLogSourceConfiguration()=default
void SetAccounts(AccountsT &&value)
AwsLogSourceConfiguration & AddAccounts(AccountsT &&value)
AwsLogSourceConfiguration & WithSourceVersion(SourceVersionT &&value)
void SetRegions(RegionsT &&value)
AwsLogSourceName GetSourceName() const
AwsLogSourceConfiguration & WithSourceName(AwsLogSourceName value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceNameHasBeenSet() const
void SetSourceVersion(SourceVersionT &&value)
bool AccountsHasBeenSet() const
const Aws::String & GetSourceVersion() const
bool SourceVersionHasBeenSet() const
AWS_SECURITYLAKE_API AwsLogSourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
AwsLogSourceConfiguration & WithAccounts(AccountsT &&value)
void SetSourceName(AwsLogSourceName value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue