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>
76 inline void SetSourceName(
const char* value) { m_sourceNameHasBeenSet =
true; m_sourceName.assign(value); }
91 inline void SetSourceVersion(
const char* value) { m_sourceVersionHasBeenSet =
true; m_sourceVersion.assign(value); }
99 bool m_attributesHasBeenSet =
false;
102 bool m_providerHasBeenSet =
false;
105 bool m_sourceNameHasBeenSet =
false;
108 bool m_sourceVersionHasBeenSet =
false;
AWS_SECURITYLAKE_API CustomLogSourceResource(Aws::Utils::Json::JsonView jsonValue)
void SetSourceVersion(const char *value)
void SetProvider(CustomLogSourceProvider &&value)
const Aws::String & GetSourceName() const
void SetAttributes(CustomLogSourceAttributes &&value)
bool AttributesHasBeenSet() const
CustomLogSourceResource & WithProvider(CustomLogSourceProvider &&value)
bool SourceNameHasBeenSet() const
bool ProviderHasBeenSet() const
CustomLogSourceResource & WithAttributes(CustomLogSourceAttributes &&value)
void SetSourceVersion(const Aws::String &value)
CustomLogSourceResource & WithSourceName(const char *value)
const CustomLogSourceProvider & GetProvider() const
CustomLogSourceResource & WithAttributes(const CustomLogSourceAttributes &value)
void SetSourceName(const char *value)
const CustomLogSourceAttributes & GetAttributes() const
bool SourceVersionHasBeenSet() const
CustomLogSourceResource & WithSourceName(Aws::String &&value)
void SetSourceName(const Aws::String &value)
const Aws::String & GetSourceVersion() const
void SetSourceVersion(Aws::String &&value)
CustomLogSourceResource & WithSourceVersion(const char *value)
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAttributes(const CustomLogSourceAttributes &value)
AWS_SECURITYLAKE_API CustomLogSourceResource & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomLogSourceResource & WithSourceVersion(Aws::String &&value)
CustomLogSourceResource & WithSourceName(const Aws::String &value)
CustomLogSourceResource & WithSourceVersion(const Aws::String &value)
void SetSourceName(Aws::String &&value)
void SetProvider(const CustomLogSourceProvider &value)
CustomLogSourceResource & WithProvider(const CustomLogSourceProvider &value)
AWS_SECURITYLAKE_API CustomLogSourceResource()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue