7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename TypeT = Aws::String>
63 m_typeHasBeenSet =
true;
64 m_type = std::forward<TypeT>(value);
66 template <
typename TypeT = Aws::String>
68 SetType(std::forward<TypeT>(value));
79 template <
typename VersionT = Aws::String>
81 m_versionHasBeenSet =
true;
82 m_version = std::forward<VersionT>(value);
84 template <
typename VersionT = Aws::String>
96 bool m_nameHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
98 bool m_versionHasBeenSet =
false;
AwsElasticBeanstalkEnvironmentTier & WithVersion(VersionT &&value)
AWS_SECURITYHUB_API AwsElasticBeanstalkEnvironmentTier & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VersionHasBeenSet() const
void SetType(TypeT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
AwsElasticBeanstalkEnvironmentTier & WithName(NameT &&value)
const Aws::String & GetVersion() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsElasticBeanstalkEnvironmentTier()=default
const Aws::String & GetName() const
void SetVersion(VersionT &&value)
bool TypeHasBeenSet() const
AwsElasticBeanstalkEnvironmentTier & WithType(TypeT &&value)
const Aws::String & GetType() const
AWS_SECURITYHUB_API AwsElasticBeanstalkEnvironmentTier(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue