7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/Policy.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename IdT = Aws::String>
55 m_idHasBeenSet =
true;
56 m_id = std::forward<IdT>(value);
58 template <
typename IdT = Aws::String>
60 SetId(std::forward<IdT>(value));
70 template <
typename NameT = Aws::String>
72 m_nameHasBeenSet =
true;
73 m_name = std::forward<NameT>(value);
75 template <
typename NameT = Aws::String>
77 SetName(std::forward<NameT>(value));
87 template <
typename DescriptionT = Aws::String>
89 m_descriptionHasBeenSet =
true;
90 m_description = std::forward<DescriptionT>(value);
92 template <
typename DescriptionT = Aws::String>
105 template <
typename UpdatedAtT = Aws::Utils::DateTime>
107 m_updatedAtHasBeenSet =
true;
108 m_updatedAt = std::forward<UpdatedAtT>(value);
110 template <
typename UpdatedAtT = Aws::Utils::DateTime>
123 template <
typename CreatedAtT = Aws::Utils::DateTime>
125 m_createdAtHasBeenSet =
true;
126 m_createdAt = std::forward<CreatedAtT>(value);
128 template <
typename CreatedAtT = Aws::Utils::DateTime>
147 template <
typename ConfigurationPolicyT = Policy>
149 m_configurationPolicyHasBeenSet =
true;
150 m_configurationPolicy = std::forward<ConfigurationPolicyT>(value);
152 template <
typename ConfigurationPolicyT = Policy>
162 template <
typename RequestIdT = Aws::String>
164 m_requestIdHasBeenSet =
true;
165 m_requestId = std::forward<RequestIdT>(value);
167 template <
typename RequestIdT = Aws::String>
186 Policy m_configurationPolicy;
189 bool m_arnHasBeenSet =
false;
190 bool m_idHasBeenSet =
false;
191 bool m_nameHasBeenSet =
false;
192 bool m_descriptionHasBeenSet =
false;
193 bool m_updatedAtHasBeenSet =
false;
194 bool m_createdAtHasBeenSet =
false;
195 bool m_configurationPolicyHasBeenSet =
false;
196 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