/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An immutable representation of a RestApi resource that can be called by users
* using Stages. A deployment must be associated with a Stage for it to be callable
* over the Internet.See Also:
AWS
* API Reference
The identifier for the deployment resource.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The identifier for the deployment resource.
*/ inline void SetId(const Aws::String& value) { m_id = value; } /** *The identifier for the deployment resource.
*/ inline void SetId(Aws::String&& value) { m_id = std::move(value); } /** *The identifier for the deployment resource.
*/ inline void SetId(const char* value) { m_id.assign(value); } /** *The identifier for the deployment resource.
*/ inline UpdateDeploymentResult& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The identifier for the deployment resource.
*/ inline UpdateDeploymentResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The identifier for the deployment resource.
*/ inline UpdateDeploymentResult& WithId(const char* value) { SetId(value); return *this;} /** *The description for the deployment resource.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description for the deployment resource.
*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *The description for the deployment resource.
*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *The description for the deployment resource.
*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *The description for the deployment resource.
*/ inline UpdateDeploymentResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description for the deployment resource.
*/ inline UpdateDeploymentResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description for the deployment resource.
*/ inline UpdateDeploymentResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The date and time that the deployment resource was created.
*/ inline const Aws::Utils::DateTime& GetCreatedDate() const{ return m_createdDate; } /** *The date and time that the deployment resource was created.
*/ inline void SetCreatedDate(const Aws::Utils::DateTime& value) { m_createdDate = value; } /** *The date and time that the deployment resource was created.
*/ inline void SetCreatedDate(Aws::Utils::DateTime&& value) { m_createdDate = std::move(value); } /** *The date and time that the deployment resource was created.
*/ inline UpdateDeploymentResult& WithCreatedDate(const Aws::Utils::DateTime& value) { SetCreatedDate(value); return *this;} /** *The date and time that the deployment resource was created.
*/ inline UpdateDeploymentResult& WithCreatedDate(Aws::Utils::DateTime&& value) { SetCreatedDate(std::move(value)); return *this;} /** *A summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline const Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline void SetApiSummary(const Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline void SetApiSummary(Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& WithApiSummary(const Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& WithApiSummary(Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& AddApiSummary(const Aws::String& key, const Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& AddApiSummary(Aws::String&& key, const Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& AddApiSummary(const Aws::String& key, Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& AddApiSummary(Aws::String&& key, Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& AddApiSummary(const char* key, Aws::MapA summary of the RestApi at the date and time that the deployment resource * was created.
*/ inline UpdateDeploymentResult& AddApiSummary(const char* key, const Aws::Map