7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
61 template <
typename IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
117 template <
typename UpdatedAtT = Aws::Utils::DateTime>
119 m_updatedAtHasBeenSet =
true;
120 m_updatedAt = std::forward<UpdatedAtT>(value);
122 template <
typename UpdatedAtT = Aws::Utils::DateTime>
137 m_serviceEnabledHasBeenSet =
true;
138 m_serviceEnabled = value;
156 bool m_serviceEnabled{
false};
157 bool m_arnHasBeenSet =
false;
158 bool m_idHasBeenSet =
false;
159 bool m_nameHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
161 bool m_updatedAtHasBeenSet =
false;
162 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