7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/securitylake/SecurityLakeRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securitylake/model/AwsLogSourceConfiguration.h>
43 template<
typename SourcesT = Aws::Vector<AwsLogSourceConfiguration>>
44 void SetSources(SourcesT&& value) { m_sourcesHasBeenSet =
true; m_sources = std::forward<SourcesT>(value); }
45 template<
typename SourcesT = Aws::Vector<AwsLogSourceConfiguration>>
47 template<
typename SourcesT = AwsLogSourceConfiguration>
53 bool m_sourcesHasBeenSet =
false;
AWS_SECURITYLAKE_API CreateAwsLogSourceRequest()=default
const Aws::Vector< AwsLogSourceConfiguration > & GetSources() const
CreateAwsLogSourceRequest & WithSources(SourcesT &&value)
CreateAwsLogSourceRequest & AddSources(SourcesT &&value)
void SetSources(SourcesT &&value)
bool SourcesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SECURITYLAKE_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