/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A high-level overview of a distribution configuration.See
* Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *The name of the distribution configuration.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the distribution configuration.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the distribution configuration.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the distribution configuration.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the distribution configuration.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithName(const char* value) { SetName(value); return *this;} /** *The description of the distribution configuration.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description of the distribution configuration.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description of the distribution configuration.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description of the distribution configuration.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description of the distribution configuration.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description of the distribution configuration.
*/ inline DistributionConfigurationSummary& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The date on which the distribution configuration was created.
*/ inline const Aws::String& GetDateCreated() const{ return m_dateCreated; } /** *The date on which the distribution configuration was created.
*/ inline bool DateCreatedHasBeenSet() const { return m_dateCreatedHasBeenSet; } /** *The date on which the distribution configuration was created.
*/ inline void SetDateCreated(const Aws::String& value) { m_dateCreatedHasBeenSet = true; m_dateCreated = value; } /** *The date on which the distribution configuration was created.
*/ inline void SetDateCreated(Aws::String&& value) { m_dateCreatedHasBeenSet = true; m_dateCreated = std::move(value); } /** *The date on which the distribution configuration was created.
*/ inline void SetDateCreated(const char* value) { m_dateCreatedHasBeenSet = true; m_dateCreated.assign(value); } /** *The date on which the distribution configuration was created.
*/ inline DistributionConfigurationSummary& WithDateCreated(const Aws::String& value) { SetDateCreated(value); return *this;} /** *The date on which the distribution configuration was created.
*/ inline DistributionConfigurationSummary& WithDateCreated(Aws::String&& value) { SetDateCreated(std::move(value)); return *this;} /** *The date on which the distribution configuration was created.
*/ inline DistributionConfigurationSummary& WithDateCreated(const char* value) { SetDateCreated(value); return *this;} /** *The date on which the distribution configuration was updated.
*/ inline const Aws::String& GetDateUpdated() const{ return m_dateUpdated; } /** *The date on which the distribution configuration was updated.
*/ inline bool DateUpdatedHasBeenSet() const { return m_dateUpdatedHasBeenSet; } /** *The date on which the distribution configuration was updated.
*/ inline void SetDateUpdated(const Aws::String& value) { m_dateUpdatedHasBeenSet = true; m_dateUpdated = value; } /** *The date on which the distribution configuration was updated.
*/ inline void SetDateUpdated(Aws::String&& value) { m_dateUpdatedHasBeenSet = true; m_dateUpdated = std::move(value); } /** *The date on which the distribution configuration was updated.
*/ inline void SetDateUpdated(const char* value) { m_dateUpdatedHasBeenSet = true; m_dateUpdated.assign(value); } /** *The date on which the distribution configuration was updated.
*/ inline DistributionConfigurationSummary& WithDateUpdated(const Aws::String& value) { SetDateUpdated(value); return *this;} /** *The date on which the distribution configuration was updated.
*/ inline DistributionConfigurationSummary& WithDateUpdated(Aws::String&& value) { SetDateUpdated(std::move(value)); return *this;} /** *The date on which the distribution configuration was updated.
*/ inline DistributionConfigurationSummary& WithDateUpdated(const char* value) { SetDateUpdated(value); return *this;} /** *The tags associated with the distribution configuration.
*/ inline const Aws::MapThe tags associated with the distribution configuration.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *The tags associated with the distribution configuration.
*/ inline void SetTags(const Aws::MapThe tags associated with the distribution configuration.
*/ inline void SetTags(Aws::MapThe tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& WithTags(const Aws::MapThe tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& WithTags(Aws::MapThe tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& AddTags(const Aws::String& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } /** *The tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& AddTags(Aws::String&& key, const Aws::String& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *The tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& AddTags(const Aws::String& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *The tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& AddTags(Aws::String&& key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), std::move(value)); return *this; } /** *The tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& AddTags(const char* key, Aws::String&& value) { m_tagsHasBeenSet = true; m_tags.emplace(key, std::move(value)); return *this; } /** *The tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& AddTags(Aws::String&& key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(std::move(key), value); return *this; } /** *The tags associated with the distribution configuration.
*/ inline DistributionConfigurationSummary& AddTags(const char* key, const char* value) { m_tagsHasBeenSet = true; m_tags.emplace(key, value); return *this; } private: Aws::String m_arn; bool m_arnHasBeenSet; Aws::String m_name; bool m_nameHasBeenSet; Aws::String m_description; bool m_descriptionHasBeenSet; Aws::String m_dateCreated; bool m_dateCreatedHasBeenSet; Aws::String m_dateUpdated; bool m_dateUpdatedHasBeenSet; Aws::Map