7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
61 template<
typename TypeT = Aws::String>
62 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
63 template<
typename TypeT = Aws::String>
73 template<
typename VersionT = Aws::String>
74 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
75 template<
typename VersionT = Aws::String>
81 bool m_nameHasBeenSet =
false;
84 bool m_typeHasBeenSet =
false;
87 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