7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/AwsGuardDutyDetectorDataSourcesDetails.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/securityhub/model/AwsGuardDutyDetectorFeaturesDetails.h>
79 inline void SetFindingPublishingFrequency(
const char* value) { m_findingPublishingFrequencyHasBeenSet =
true; m_findingPublishingFrequency.assign(value); }
93 inline void SetServiceRole(
const char* value) { m_serviceRoleHasBeenSet =
true; m_serviceRole.assign(value); }
107 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
115 bool m_dataSourcesHasBeenSet =
false;
118 bool m_featuresHasBeenSet =
false;
121 bool m_findingPublishingFrequencyHasBeenSet =
false;
124 bool m_serviceRoleHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
const Aws::Vector< AwsGuardDutyDetectorFeaturesDetails > & GetFeatures() const
AwsGuardDutyDetectorDetails & WithFindingPublishingFrequency(Aws::String &&value)
void SetFindingPublishingFrequency(Aws::String &&value)
void SetDataSources(const AwsGuardDutyDetectorDataSourcesDetails &value)
AWS_SECURITYHUB_API AwsGuardDutyDetectorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const char *value)
bool DataSourcesHasBeenSet() const
AwsGuardDutyDetectorDetails & WithFeatures(const Aws::Vector< AwsGuardDutyDetectorFeaturesDetails > &value)
AwsGuardDutyDetectorDetails & WithFindingPublishingFrequency(const Aws::String &value)
AwsGuardDutyDetectorDetails & WithStatus(const char *value)
AwsGuardDutyDetectorDetails & AddFeatures(const AwsGuardDutyDetectorFeaturesDetails &value)
AwsGuardDutyDetectorDetails & WithFeatures(Aws::Vector< AwsGuardDutyDetectorFeaturesDetails > &&value)
AwsGuardDutyDetectorDetails & WithDataSources(const AwsGuardDutyDetectorDataSourcesDetails &value)
void SetDataSources(AwsGuardDutyDetectorDataSourcesDetails &&value)
AWS_SECURITYHUB_API AwsGuardDutyDetectorDetails(Aws::Utils::Json::JsonView jsonValue)
const AwsGuardDutyDetectorDataSourcesDetails & GetDataSources() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsGuardDutyDetectorDetails & WithStatus(Aws::String &&value)
void SetServiceRole(Aws::String &&value)
void SetFeatures(Aws::Vector< AwsGuardDutyDetectorFeaturesDetails > &&value)
AwsGuardDutyDetectorDetails & WithServiceRole(const char *value)
const Aws::String & GetServiceRole() const
bool ServiceRoleHasBeenSet() const
AwsGuardDutyDetectorDetails & WithFindingPublishingFrequency(const char *value)
bool FeaturesHasBeenSet() const
void SetStatus(const Aws::String &value)
void SetServiceRole(const Aws::String &value)
AwsGuardDutyDetectorDetails & AddFeatures(AwsGuardDutyDetectorFeaturesDetails &&value)
AwsGuardDutyDetectorDetails & WithServiceRole(Aws::String &&value)
void SetFeatures(const Aws::Vector< AwsGuardDutyDetectorFeaturesDetails > &value)
const Aws::String & GetStatus() const
AwsGuardDutyDetectorDetails & WithStatus(const Aws::String &value)
void SetStatus(Aws::String &&value)
bool StatusHasBeenSet() const
AWS_SECURITYHUB_API AwsGuardDutyDetectorDetails()
AwsGuardDutyDetectorDetails & WithServiceRole(const Aws::String &value)
bool FindingPublishingFrequencyHasBeenSet() const
void SetFindingPublishingFrequency(const char *value)
const Aws::String & GetFindingPublishingFrequency() const
void SetFindingPublishingFrequency(const Aws::String &value)
void SetServiceRole(const char *value)
AwsGuardDutyDetectorDetails & WithDataSources(AwsGuardDutyDetectorDataSourcesDetails &&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