7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename EnvironmentNameT = Aws::String>
48 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
49 template<
typename EnvironmentNameT = Aws::String>
59 template<
typename LinkNameT = Aws::String>
60 void SetLinkName(LinkNameT&& value) { m_linkNameHasBeenSet =
true; m_linkName = std::forward<LinkNameT>(value); }
61 template<
typename LinkNameT = Aws::String>
67 bool m_environmentNameHasBeenSet =
false;
70 bool m_linkNameHasBeenSet =
false;
AWS_SECURITYHUB_API AwsElasticBeanstalkEnvironmentEnvironmentLink(Aws::Utils::Json::JsonView jsonValue)
AwsElasticBeanstalkEnvironmentEnvironmentLink & WithLinkName(LinkNameT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEnvironmentName() const
void SetEnvironmentName(EnvironmentNameT &&value)
bool LinkNameHasBeenSet() const
const Aws::String & GetLinkName() const
bool EnvironmentNameHasBeenSet() const
AWS_SECURITYHUB_API AwsElasticBeanstalkEnvironmentEnvironmentLink()=default
AWS_SECURITYHUB_API AwsElasticBeanstalkEnvironmentEnvironmentLink & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLinkName(LinkNameT &&value)
AwsElasticBeanstalkEnvironmentEnvironmentLink & WithEnvironmentName(EnvironmentNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue