@@ -719,106 +719,178 @@ namespace Model
719719
720720 /* *
721721 * <p>The unique identifier of the cache policy that is attached to this cache
722- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
722+ * behavior. For more information, see <a
723+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
724+ * cache policies</a> or <a
725+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
726+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
727+ * Guide</i>.</p>
723728 */
724729 inline const Aws::String& GetCachePolicyId () const { return m_cachePolicyId; }
725730
726731 /* *
727732 * <p>The unique identifier of the cache policy that is attached to this cache
728- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
733+ * behavior. For more information, see <a
734+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
735+ * cache policies</a> or <a
736+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
737+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
738+ * Guide</i>.</p>
729739 */
730740 inline bool CachePolicyIdHasBeenSet () const { return m_cachePolicyIdHasBeenSet; }
731741
732742 /* *
733743 * <p>The unique identifier of the cache policy that is attached to this cache
734- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
744+ * behavior. For more information, see <a
745+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
746+ * cache policies</a> or <a
747+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
748+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
749+ * Guide</i>.</p>
735750 */
736751 inline void SetCachePolicyId (const Aws::String& value) { m_cachePolicyIdHasBeenSet = true ; m_cachePolicyId = value; }
737752
738753 /* *
739754 * <p>The unique identifier of the cache policy that is attached to this cache
740- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
755+ * behavior. For more information, see <a
756+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
757+ * cache policies</a> or <a
758+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
759+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
760+ * Guide</i>.</p>
741761 */
742762 inline void SetCachePolicyId (Aws::String&& value) { m_cachePolicyIdHasBeenSet = true ; m_cachePolicyId = std::move (value); }
743763
744764 /* *
745765 * <p>The unique identifier of the cache policy that is attached to this cache
746- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
766+ * behavior. For more information, see <a
767+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
768+ * cache policies</a> or <a
769+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
770+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
771+ * Guide</i>.</p>
747772 */
748773 inline void SetCachePolicyId (const char * value) { m_cachePolicyIdHasBeenSet = true ; m_cachePolicyId.assign (value); }
749774
750775 /* *
751776 * <p>The unique identifier of the cache policy that is attached to this cache
752- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
777+ * behavior. For more information, see <a
778+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
779+ * cache policies</a> or <a
780+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
781+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
782+ * Guide</i>.</p>
753783 */
754784 inline CacheBehavior& WithCachePolicyId (const Aws::String& value) { SetCachePolicyId (value); return *this ;}
755785
756786 /* *
757787 * <p>The unique identifier of the cache policy that is attached to this cache
758- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
788+ * behavior. For more information, see <a
789+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
790+ * cache policies</a> or <a
791+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
792+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
793+ * Guide</i>.</p>
759794 */
760795 inline CacheBehavior& WithCachePolicyId (Aws::String&& value) { SetCachePolicyId (std::move (value)); return *this ;}
761796
762797 /* *
763798 * <p>The unique identifier of the cache policy that is attached to this cache
764- * behavior. For more information, see <code>CreateCachePolicy</code>.</p>
799+ * behavior. For more information, see <a
800+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy">Creating
801+ * cache policies</a> or <a
802+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html">Using
803+ * the managed cache policies</a> in the <i>Amazon CloudFront Developer
804+ * Guide</i>.</p>
765805 */
766806 inline CacheBehavior& WithCachePolicyId (const char * value) { SetCachePolicyId (value); return *this ;}
767807
768808
769809 /* *
770810 * <p>The unique identifier of the origin request policy that is attached to this
771- * cache behavior. For more information, see
772- * <code>CreateOriginRequestPolicy</code>.</p>
811+ * cache behavior. For more information, see <a
812+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
813+ * origin request policies</a> or <a
814+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
815+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
816+ * Guide</i>.</p>
773817 */
774818 inline const Aws::String& GetOriginRequestPolicyId () const { return m_originRequestPolicyId; }
775819
776820 /* *
777821 * <p>The unique identifier of the origin request policy that is attached to this
778- * cache behavior. For more information, see
779- * <code>CreateOriginRequestPolicy</code>.</p>
822+ * cache behavior. For more information, see <a
823+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
824+ * origin request policies</a> or <a
825+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
826+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
827+ * Guide</i>.</p>
780828 */
781829 inline bool OriginRequestPolicyIdHasBeenSet () const { return m_originRequestPolicyIdHasBeenSet; }
782830
783831 /* *
784832 * <p>The unique identifier of the origin request policy that is attached to this
785- * cache behavior. For more information, see
786- * <code>CreateOriginRequestPolicy</code>.</p>
833+ * cache behavior. For more information, see <a
834+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
835+ * origin request policies</a> or <a
836+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
837+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
838+ * Guide</i>.</p>
787839 */
788840 inline void SetOriginRequestPolicyId (const Aws::String& value) { m_originRequestPolicyIdHasBeenSet = true ; m_originRequestPolicyId = value; }
789841
790842 /* *
791843 * <p>The unique identifier of the origin request policy that is attached to this
792- * cache behavior. For more information, see
793- * <code>CreateOriginRequestPolicy</code>.</p>
844+ * cache behavior. For more information, see <a
845+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
846+ * origin request policies</a> or <a
847+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
848+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
849+ * Guide</i>.</p>
794850 */
795851 inline void SetOriginRequestPolicyId (Aws::String&& value) { m_originRequestPolicyIdHasBeenSet = true ; m_originRequestPolicyId = std::move (value); }
796852
797853 /* *
798854 * <p>The unique identifier of the origin request policy that is attached to this
799- * cache behavior. For more information, see
800- * <code>CreateOriginRequestPolicy</code>.</p>
855+ * cache behavior. For more information, see <a
856+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
857+ * origin request policies</a> or <a
858+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
859+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
860+ * Guide</i>.</p>
801861 */
802862 inline void SetOriginRequestPolicyId (const char * value) { m_originRequestPolicyIdHasBeenSet = true ; m_originRequestPolicyId.assign (value); }
803863
804864 /* *
805865 * <p>The unique identifier of the origin request policy that is attached to this
806- * cache behavior. For more information, see
807- * <code>CreateOriginRequestPolicy</code>.</p>
866+ * cache behavior. For more information, see <a
867+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
868+ * origin request policies</a> or <a
869+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
870+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
871+ * Guide</i>.</p>
808872 */
809873 inline CacheBehavior& WithOriginRequestPolicyId (const Aws::String& value) { SetOriginRequestPolicyId (value); return *this ;}
810874
811875 /* *
812876 * <p>The unique identifier of the origin request policy that is attached to this
813- * cache behavior. For more information, see
814- * <code>CreateOriginRequestPolicy</code>.</p>
877+ * cache behavior. For more information, see <a
878+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
879+ * origin request policies</a> or <a
880+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
881+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
882+ * Guide</i>.</p>
815883 */
816884 inline CacheBehavior& WithOriginRequestPolicyId (Aws::String&& value) { SetOriginRequestPolicyId (std::move (value)); return *this ;}
817885
818886 /* *
819887 * <p>The unique identifier of the origin request policy that is attached to this
820- * cache behavior. For more information, see
821- * <code>CreateOriginRequestPolicy</code>.</p>
888+ * cache behavior. For more information, see <a
889+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy">Creating
890+ * origin request policies</a> or <a
891+ * href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-origin-request-policies.html">Using
892+ * the managed origin request policies</a> in the <i>Amazon CloudFront Developer
893+ * Guide</i>.</p>
822894 */
823895 inline CacheBehavior& WithOriginRequestPolicyId (const char * value) { SetOriginRequestPolicyId (value); return *this ;}
824896
0 commit comments