7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetServicePrincipal(
const char* value) { m_servicePrincipalHasBeenSet =
true; m_servicePrincipal.assign(value); }
70 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
78 bool m_servicePrincipalHasBeenSet =
false;
81 bool m_descriptionHasBeenSet =
false;
LinkedService & WithDescription(const Aws::String &value)
bool DescriptionHasBeenSet() const
AWS_ROUTE53_API LinkedService()
void SetDescription(Aws::String &&value)
AWS_ROUTE53_API LinkedService(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(const char *value)
void SetDescription(const Aws::String &value)
const Aws::String & GetServicePrincipal() const
AWS_ROUTE53_API LinkedService & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LinkedService & WithServicePrincipal(Aws::String &&value)
LinkedService & WithServicePrincipal(const Aws::String &value)
AWS_ROUTE53_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
LinkedService & WithServicePrincipal(const char *value)
const Aws::String & GetDescription() const
LinkedService & WithDescription(const char *value)
bool ServicePrincipalHasBeenSet() const
LinkedService & WithDescription(Aws::String &&value)
void SetServicePrincipal(const Aws::String &value)
void SetServicePrincipal(const char *value)
void SetServicePrincipal(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String