7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = Aws::String>
59 template <
typename KeyT = Aws::String>
61 m_keyHasBeenSet =
true;
62 m_key = std::forward<KeyT>(value);
64 template <
typename KeyT = Aws::String>
66 SetKey(std::forward<KeyT>(value));
77 template <
typename RegionT = Aws::String>
79 m_regionHasBeenSet =
true;
80 m_region = std::forward<RegionT>(value);
82 template <
typename RegionT = Aws::String>
95 template <
typename VersionT = Aws::String>
97 m_versionHasBeenSet =
true;
98 m_version = std::forward<VersionT>(value);
100 template <
typename VersionT = Aws::String>
114 bool m_bucketHasBeenSet =
false;
115 bool m_keyHasBeenSet =
false;
116 bool m_regionHasBeenSet =
false;
117 bool m_versionHasBeenSet =
false;
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_CLOUDFRONT_API CaCertificatesBundleS3Location()=default
void SetBucket(BucketT &&value)
void SetKey(KeyT &&value)
const Aws::String & GetBucket() const
AWS_CLOUDFRONT_API CaCertificatesBundleS3Location(const Aws::Utils::Xml::XmlNode &xmlNode)
bool VersionHasBeenSet() const
AWS_CLOUDFRONT_API CaCertificatesBundleS3Location & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetRegion() const
bool RegionHasBeenSet() const
CaCertificatesBundleS3Location & WithRegion(RegionT &&value)
const Aws::String & GetKey() const
CaCertificatesBundleS3Location & WithKey(KeyT &&value)
void SetRegion(RegionT &&value)
bool BucketHasBeenSet() const
CaCertificatesBundleS3Location & WithBucket(BucketT &&value)
CaCertificatesBundleS3Location & WithVersion(VersionT &&value)
bool KeyHasBeenSet() const
const Aws::String & GetVersion() const
void SetVersion(VersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String