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 {
61 template <
typename IdentifierT = Aws::String>
63 m_identifierHasBeenSet =
true;
64 m_identifier = std::forward<IdentifierT>(value);
66 template <
typename IdentifierT = Aws::String>
86 template <
typename TypeT = Aws::String>
88 m_typeHasBeenSet =
true;
89 m_type = std::forward<TypeT>(value);
91 template <
typename TypeT = Aws::String>
93 SetType(std::forward<TypeT>(value));
101 bool m_identifierHasBeenSet =
false;
102 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