7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AutoScaling {
45 template <
typename PrincipalT = Aws::String>
47 m_principalHasBeenSet =
true;
48 m_principal = std::forward<PrincipalT>(value);
50 template <
typename PrincipalT = Aws::String>
58 bool m_principalHasBeenSet =
false;
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
Operator & WithPrincipal(PrincipalT &&value)
void SetPrincipal(PrincipalT &&value)
const Aws::String & GetPrincipal() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_AUTOSCALING_API Operator()=default
AWS_AUTOSCALING_API Operator(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_AUTOSCALING_API Operator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PrincipalHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream