7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/securityhub/model/Policy.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
53 template<
typename IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename UpdatedAtT = Aws::Utils::DateTime>
88 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
89 template<
typename UpdatedAtT = Aws::Utils::DateTime>
99 template<
typename CreatedAtT = Aws::Utils::DateTime>
100 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
101 template<
typename CreatedAtT = Aws::Utils::DateTime>
117 template<
typename ConfigurationPolicyT = Policy>
118 void SetConfigurationPolicy(ConfigurationPolicyT&& value) { m_configurationPolicyHasBeenSet =
true; m_configurationPolicy = std::forward<ConfigurationPolicyT>(value); }
119 template<
typename ConfigurationPolicyT = Policy>
126 template<
typename RequestIdT = Aws::String>
127 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
128 template<
typename RequestIdT = Aws::String>
134 bool m_arnHasBeenSet =
false;
137 bool m_idHasBeenSet =
false;
140 bool m_nameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
146 bool m_updatedAtHasBeenSet =
false;
149 bool m_createdAtHasBeenSet =
false;
151 Policy m_configurationPolicy;
152 bool m_configurationPolicyHasBeenSet =
false;
155 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDescription() const
const Aws::String & GetId() const
GetConfigurationPolicyResult & WithId(IdT &&value)
AWS_SECURITYHUB_API GetConfigurationPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigurationPolicyResult & WithDescription(DescriptionT &&value)
GetConfigurationPolicyResult & WithArn(ArnT &&value)
const Policy & GetConfigurationPolicy() const
const Aws::Utils::DateTime & GetUpdatedAt() const
GetConfigurationPolicyResult & WithName(NameT &&value)
AWS_SECURITYHUB_API GetConfigurationPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigurationPolicy(ConfigurationPolicyT &&value)
void SetArn(ArnT &&value)
GetConfigurationPolicyResult & WithRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetConfigurationPolicyResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetArn() const
GetConfigurationPolicyResult & WithUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetConfigurationPolicyResult & WithConfigurationPolicy(ConfigurationPolicyT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_SECURITYHUB_API GetConfigurationPolicyResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue