/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about the tier of the environment.See
* Also:
AWS
* API Reference
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The name of the environment tier. Valid values are WebServer
or
* Worker
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The type of environment tier. Valid values are Standard
or
* SQS/HTTP
.
The version of the environment tier.
*/ inline const Aws::String& GetVersion() const{ return m_version; } /** *The version of the environment tier.
*/ inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; } /** *The version of the environment tier.
*/ inline void SetVersion(const Aws::String& value) { m_versionHasBeenSet = true; m_version = value; } /** *The version of the environment tier.
*/ inline void SetVersion(Aws::String&& value) { m_versionHasBeenSet = true; m_version = std::move(value); } /** *The version of the environment tier.
*/ inline void SetVersion(const char* value) { m_versionHasBeenSet = true; m_version.assign(value); } /** *The version of the environment tier.
*/ inline AwsElasticBeanstalkEnvironmentTier& WithVersion(const Aws::String& value) { SetVersion(value); return *this;} /** *The version of the environment tier.
*/ inline AwsElasticBeanstalkEnvironmentTier& WithVersion(Aws::String&& value) { SetVersion(std::move(value)); return *this;} /** *The version of the environment tier.
*/ inline AwsElasticBeanstalkEnvironmentTier& WithVersion(const char* value) { SetVersion(value); return *this;} private: Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_type; bool m_typeHasBeenSet = false; Aws::String m_version; bool m_versionHasBeenSet = false; }; } // namespace Model } // namespace SecurityHub } // namespace Aws