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>
63 inline void SetState(
const char* value) { m_stateHasBeenSet =
true; m_state.assign(value); }
77 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
98 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
106 bool m_stateHasBeenSet =
false;
109 bool m_identifierHasBeenSet =
false;
112 bool m_typeHasBeenSet =
false;
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool TypeHasBeenSet() const
void SetState(Aws::String &&value)
AWS_AUTOSCALING_API TrafficSourceState(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetType(const Aws::String &value)
TrafficSourceState & WithIdentifier(Aws::String &&value)
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
TrafficSourceState & WithState(Aws::String &&value)
TrafficSourceState & WithState(const char *value)
AWS_AUTOSCALING_API TrafficSourceState()
TrafficSourceState & WithType(const Aws::String &value)
void SetType(Aws::String &&value)
TrafficSourceState & WithIdentifier(const Aws::String &value)
void SetState(const char *value)
const Aws::String & GetIdentifier() const
void SetIdentifier(Aws::String &&value)
void SetType(const char *value)
void SetState(const Aws::String &value)
bool StateHasBeenSet() const
TrafficSourceState & WithType(Aws::String &&value)
TrafficSourceState & WithIdentifier(const char *value)
bool IdentifierHasBeenSet() const
TrafficSourceState & WithState(const Aws::String &value)
const Aws::String & GetState() const
AWS_AUTOSCALING_API TrafficSourceState & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetType() const
void SetIdentifier(const char *value)
TrafficSourceState & WithType(const char *value)
void SetIdentifier(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