/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides information about caching for the CloudFront
* distribution.See Also:
AWS
* API Reference
The cache behaviors for the distribution.
*/ inline const Aws::VectorThe cache behaviors for the distribution.
*/ inline bool ItemsHasBeenSet() const { return m_itemsHasBeenSet; } /** *The cache behaviors for the distribution.
*/ inline void SetItems(const Aws::VectorThe cache behaviors for the distribution.
*/ inline void SetItems(Aws::VectorThe cache behaviors for the distribution.
*/ inline AwsCloudFrontDistributionCacheBehaviors& WithItems(const Aws::VectorThe cache behaviors for the distribution.
*/ inline AwsCloudFrontDistributionCacheBehaviors& WithItems(Aws::VectorThe cache behaviors for the distribution.
*/ inline AwsCloudFrontDistributionCacheBehaviors& AddItems(const AwsCloudFrontDistributionCacheBehavior& value) { m_itemsHasBeenSet = true; m_items.push_back(value); return *this; } /** *The cache behaviors for the distribution.
*/ inline AwsCloudFrontDistributionCacheBehaviors& AddItems(AwsCloudFrontDistributionCacheBehavior&& value) { m_itemsHasBeenSet = true; m_items.push_back(std::move(value)); return *this; } private: Aws::Vector