7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cloudfront/model/ResponseHeadersPolicyConfig.h>
59 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
60 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
92 bool m_idHasBeenSet =
false;
95 bool m_lastModifiedTimeHasBeenSet =
false;
98 bool m_responseHeadersPolicyConfigHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String