/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The summary of an in-progress deployment when an endpoint is creating or
* updating with a new endpoint configuration.See Also:
AWS
* API Reference
The name of the endpoint configuration used in the deployment.
*/ inline const Aws::String& GetEndpointConfigName() const{ return m_endpointConfigName; } /** *The name of the endpoint configuration used in the deployment.
*/ inline bool EndpointConfigNameHasBeenSet() const { return m_endpointConfigNameHasBeenSet; } /** *The name of the endpoint configuration used in the deployment.
*/ inline void SetEndpointConfigName(const Aws::String& value) { m_endpointConfigNameHasBeenSet = true; m_endpointConfigName = value; } /** *The name of the endpoint configuration used in the deployment.
*/ inline void SetEndpointConfigName(Aws::String&& value) { m_endpointConfigNameHasBeenSet = true; m_endpointConfigName = std::move(value); } /** *The name of the endpoint configuration used in the deployment.
*/ inline void SetEndpointConfigName(const char* value) { m_endpointConfigNameHasBeenSet = true; m_endpointConfigName.assign(value); } /** *The name of the endpoint configuration used in the deployment.
*/ inline PendingDeploymentSummary& WithEndpointConfigName(const Aws::String& value) { SetEndpointConfigName(value); return *this;} /** *The name of the endpoint configuration used in the deployment.
*/ inline PendingDeploymentSummary& WithEndpointConfigName(Aws::String&& value) { SetEndpointConfigName(std::move(value)); return *this;} /** *The name of the endpoint configuration used in the deployment.
*/ inline PendingDeploymentSummary& WithEndpointConfigName(const char* value) { SetEndpointConfigName(value); return *this;} /** *An array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline const Aws::VectorAn array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline bool ProductionVariantsHasBeenSet() const { return m_productionVariantsHasBeenSet; } /** *An array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline void SetProductionVariants(const Aws::VectorAn array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline void SetProductionVariants(Aws::VectorAn array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline PendingDeploymentSummary& WithProductionVariants(const Aws::VectorAn array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline PendingDeploymentSummary& WithProductionVariants(Aws::VectorAn array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline PendingDeploymentSummary& AddProductionVariants(const PendingProductionVariantSummary& value) { m_productionVariantsHasBeenSet = true; m_productionVariants.push_back(value); return *this; } /** *An array of PendingProductionVariantSummary * objects, one for each model hosted behind this endpoint for the in-progress * deployment.
*/ inline PendingDeploymentSummary& AddProductionVariants(PendingProductionVariantSummary&& value) { m_productionVariantsHasBeenSet = true; m_productionVariants.push_back(std::move(value)); return *this; } /** *The start time of the deployment.
*/ inline const Aws::Utils::DateTime& GetStartTime() const{ return m_startTime; } /** *The start time of the deployment.
*/ inline bool StartTimeHasBeenSet() const { return m_startTimeHasBeenSet; } /** *The start time of the deployment.
*/ inline void SetStartTime(const Aws::Utils::DateTime& value) { m_startTimeHasBeenSet = true; m_startTime = value; } /** *The start time of the deployment.
*/ inline void SetStartTime(Aws::Utils::DateTime&& value) { m_startTimeHasBeenSet = true; m_startTime = std::move(value); } /** *The start time of the deployment.
*/ inline PendingDeploymentSummary& WithStartTime(const Aws::Utils::DateTime& value) { SetStartTime(value); return *this;} /** *The start time of the deployment.
*/ inline PendingDeploymentSummary& WithStartTime(Aws::Utils::DateTime&& value) { SetStartTime(std::move(value)); return *this;} /** *An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.
An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.
An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.
An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.
An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.
An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.
An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.
An array of PendingProductionVariantSummary
* objects, one for each model hosted behind this endpoint in shadow mode with
* production traffic replicated from the model specified on
* ProductionVariants
for the in-progress deployment.