7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/securitylake/model/CustomLogSourceAttributes.h>
9#include <aws/securitylake/model/CustomLogSourceProvider.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AttributesT = CustomLogSourceAttributes>
50 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
51 template<
typename AttributesT = CustomLogSourceAttributes>
61 template<
typename Prov
iderT = CustomLogSourceProv
ider>
62 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
63 template<
typename Prov
iderT = CustomLogSourceProv
ider>
74 template<
typename SourceNameT = Aws::String>
75 void SetSourceName(SourceNameT&& value) { m_sourceNameHasBeenSet =
true; m_sourceName = std::forward<SourceNameT>(value); }
76 template<
typename SourceNameT = Aws::String>
87 template<
typename SourceVersionT = Aws::String>
88 void SetSourceVersion(SourceVersionT&& value) { m_sourceVersionHasBeenSet =
true; m_sourceVersion = std::forward<SourceVersionT>(value); }
89 template<
typename SourceVersionT = Aws::String>
95 bool m_attributesHasBeenSet =
false;
98 bool m_providerHasBeenSet =
false;
101 bool m_sourceNameHasBeenSet =
false;
104 bool m_sourceVersionHasBeenSet =
false;
AWS_SECURITYLAKE_API CustomLogSourceResource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceName() const
AWS_SECURITYLAKE_API CustomLogSourceResource()=default
CustomLogSourceResource & WithSourceVersion(SourceVersionT &&value)
bool AttributesHasBeenSet() const
bool SourceNameHasBeenSet() const
CustomLogSourceResource & WithProvider(ProviderT &&value)
CustomLogSourceResource & WithAttributes(AttributesT &&value)
bool ProviderHasBeenSet() const
const CustomLogSourceProvider & GetProvider() const
void SetProvider(ProviderT &&value)
const CustomLogSourceAttributes & GetAttributes() const
bool SourceVersionHasBeenSet() const
CustomLogSourceResource & WithSourceName(SourceNameT &&value)
void SetSourceName(SourceNameT &&value)
const Aws::String & GetSourceVersion() const
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYLAKE_API CustomLogSourceResource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributes(AttributesT &&value)
void SetSourceVersion(SourceVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue