7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename IdT = Aws::String>
62 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
63 template<
typename IdT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
99 template<
typename UpdatedAtT = Aws::Utils::DateTime>
100 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
101 template<
typename UpdatedAtT = Aws::Utils::DateTime>
112 inline void SetServiceEnabled(
bool value) { m_serviceEnabledHasBeenSet =
true; m_serviceEnabled = value; }
118 bool m_arnHasBeenSet =
false;
121 bool m_idHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_updatedAtHasBeenSet =
false;
132 bool m_serviceEnabled{
false};
133 bool m_serviceEnabledHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetServiceEnabled(bool value)
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_SECURITYHUB_API ConfigurationPolicySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::String & GetId() const
bool DescriptionHasBeenSet() const
bool ArnHasBeenSet() const
ConfigurationPolicySummary & WithArn(ArnT &&value)
AWS_SECURITYHUB_API ConfigurationPolicySummary()=default
bool ServiceEnabledHasBeenSet() const
ConfigurationPolicySummary & WithDescription(DescriptionT &&value)
const Aws::String & GetName() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetArn() const
AWS_SECURITYHUB_API ConfigurationPolicySummary(Aws::Utils::Json::JsonView jsonValue)
ConfigurationPolicySummary & WithName(NameT &&value)
bool GetServiceEnabled() const
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetName(NameT &&value)
ConfigurationPolicySummary & WithServiceEnabled(bool value)
ConfigurationPolicySummary & WithId(IdT &&value)
ConfigurationPolicySummary & WithUpdatedAt(UpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue