/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Response to a GetFunctionConfiguration
request.See
* Also:
AWS
* API Reference
Configuration values that override the container image Dockerfile.
*/ inline const ImageConfig& GetImageConfig() const{ return m_imageConfig; } /** *Configuration values that override the container image Dockerfile.
*/ inline bool ImageConfigHasBeenSet() const { return m_imageConfigHasBeenSet; } /** *Configuration values that override the container image Dockerfile.
*/ inline void SetImageConfig(const ImageConfig& value) { m_imageConfigHasBeenSet = true; m_imageConfig = value; } /** *Configuration values that override the container image Dockerfile.
*/ inline void SetImageConfig(ImageConfig&& value) { m_imageConfigHasBeenSet = true; m_imageConfig = std::move(value); } /** *Configuration values that override the container image Dockerfile.
*/ inline ImageConfigResponse& WithImageConfig(const ImageConfig& value) { SetImageConfig(value); return *this;} /** *Configuration values that override the container image Dockerfile.
*/ inline ImageConfigResponse& WithImageConfig(ImageConfig&& value) { SetImageConfig(std::move(value)); return *this;} /** *Error response to GetFunctionConfiguration
.
Error response to GetFunctionConfiguration
.
Error response to GetFunctionConfiguration
.
Error response to GetFunctionConfiguration
.
Error response to GetFunctionConfiguration
.
Error response to GetFunctionConfiguration
.