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>
69 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
90 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
98 bool m_identifierHasBeenSet =
false;
101 bool m_typeHasBeenSet =
false;
AWS_AUTOSCALING_API TrafficSourceIdentifier & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TrafficSourceIdentifier & WithIdentifier(Aws::String &&value)
TrafficSourceIdentifier & WithIdentifier(const char *value)
bool IdentifierHasBeenSet() const
TrafficSourceIdentifier & WithType(Aws::String &&value)
AWS_AUTOSCALING_API TrafficSourceIdentifier(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TypeHasBeenSet() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
TrafficSourceIdentifier & WithIdentifier(const Aws::String &value)
void SetIdentifier(Aws::String &&value)
void SetType(Aws::String &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetIdentifier(const char *value)
const Aws::String & GetIdentifier() const
TrafficSourceIdentifier & WithType(const char *value)
AWS_AUTOSCALING_API TrafficSourceIdentifier()
void SetType(const char *value)
void SetIdentifier(const Aws::String &value)
const Aws::String & GetType() const
void SetType(const Aws::String &value)
TrafficSourceIdentifier & WithType(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream