/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The request to update a distribution.See Also:
AWS
* API Reference
The distribution's configuration information.
*/ inline const DistributionConfig& GetDistributionConfig() const{ return m_distributionConfig; } /** *The distribution's configuration information.
*/ inline bool DistributionConfigHasBeenSet() const { return m_distributionConfigHasBeenSet; } /** *The distribution's configuration information.
*/ inline void SetDistributionConfig(const DistributionConfig& value) { m_distributionConfigHasBeenSet = true; m_distributionConfig = value; } /** *The distribution's configuration information.
*/ inline void SetDistributionConfig(DistributionConfig&& value) { m_distributionConfigHasBeenSet = true; m_distributionConfig = std::move(value); } /** *The distribution's configuration information.
*/ inline UpdateDistribution2020_05_31Request& WithDistributionConfig(const DistributionConfig& value) { SetDistributionConfig(value); return *this;} /** *The distribution's configuration information.
*/ inline UpdateDistribution2020_05_31Request& WithDistributionConfig(DistributionConfig&& value) { SetDistributionConfig(std::move(value)); return *this;} /** *The distribution's id.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The distribution's id.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The distribution's id.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The distribution's id.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The distribution's id.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The distribution's id.
*/ inline UpdateDistribution2020_05_31Request& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The distribution's id.
*/ inline UpdateDistribution2020_05_31Request& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The distribution's id.
*/ inline UpdateDistribution2020_05_31Request& WithId(const char* value) { SetId(value); return *this;} /** *The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.
The value of the ETag
header that you received when retrieving
* the distribution's configuration. For example: E2QWRUHAPOMQZL
.