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>
67 template<
typename IdentifierT = Aws::String>
68 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
69 template<
typename IdentifierT = Aws::String>
86 template<
typename TypeT = Aws::String>
87 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
88 template<
typename TypeT = Aws::String>
94 bool m_identifierHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
AWS_AUTOSCALING_API TrafficSourceIdentifier & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_AUTOSCALING_API TrafficSourceIdentifier()=default
bool IdentifierHasBeenSet() const
AWS_AUTOSCALING_API TrafficSourceIdentifier(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetType(TypeT &&value)
bool TypeHasBeenSet() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
TrafficSourceIdentifier & WithType(TypeT &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetType() const
TrafficSourceIdentifier & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream