/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A function's environment variable settings.See Also:
AWS
* API Reference
Environment variable key-value pairs.
*/ inline const Aws::MapEnvironment variable key-value pairs.
*/ inline bool VariablesHasBeenSet() const { return m_variablesHasBeenSet; } /** *Environment variable key-value pairs.
*/ inline void SetVariables(const Aws::MapEnvironment variable key-value pairs.
*/ inline void SetVariables(Aws::MapEnvironment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& WithVariables(const Aws::MapEnvironment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& WithVariables(Aws::MapEnvironment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& AddVariables(const Aws::String& key, const Aws::String& value) { m_variablesHasBeenSet = true; m_variables.emplace(key, value); return *this; } /** *Environment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& AddVariables(Aws::String&& key, const Aws::String& value) { m_variablesHasBeenSet = true; m_variables.emplace(std::move(key), value); return *this; } /** *Environment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& AddVariables(const Aws::String& key, Aws::String&& value) { m_variablesHasBeenSet = true; m_variables.emplace(key, std::move(value)); return *this; } /** *Environment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& AddVariables(Aws::String&& key, Aws::String&& value) { m_variablesHasBeenSet = true; m_variables.emplace(std::move(key), std::move(value)); return *this; } /** *Environment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& AddVariables(const char* key, Aws::String&& value) { m_variablesHasBeenSet = true; m_variables.emplace(key, std::move(value)); return *this; } /** *Environment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& AddVariables(Aws::String&& key, const char* value) { m_variablesHasBeenSet = true; m_variables.emplace(std::move(key), value); return *this; } /** *Environment variable key-value pairs.
*/ inline AwsLambdaFunctionEnvironment& AddVariables(const char* key, const char* value) { m_variablesHasBeenSet = true; m_variables.emplace(key, value); return *this; } /** *An AwsLambdaFunctionEnvironmentError
object.
An AwsLambdaFunctionEnvironmentError
object.
An AwsLambdaFunctionEnvironmentError
object.
An AwsLambdaFunctionEnvironmentError
object.
An AwsLambdaFunctionEnvironmentError
object.
An AwsLambdaFunctionEnvironmentError
object.