7#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticLoadBalancing
38 AWS_ELASTICLOADBALANCING_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 inline void SetOwnerAlias(
const char* value) { m_ownerAliasHasBeenSet =
true; m_ownerAlias.assign(value); }
64 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
72 bool m_ownerAliasHasBeenSet =
false;
75 bool m_groupNameHasBeenSet =
false;
void SetGroupName(Aws::String &&value)
SourceSecurityGroup & WithGroupName(const char *value)
SourceSecurityGroup & WithGroupName(Aws::String &&value)
void SetGroupName(const Aws::String &value)
void SetOwnerAlias(const Aws::String &value)
bool GroupNameHasBeenSet() const
AWS_ELASTICLOADBALANCING_API SourceSecurityGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetGroupName() const
void SetOwnerAlias(const char *value)
const Aws::String & GetOwnerAlias() const
void SetGroupName(const char *value)
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SourceSecurityGroup & WithOwnerAlias(const Aws::String &value)
SourceSecurityGroup & WithOwnerAlias(Aws::String &&value)
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool OwnerAliasHasBeenSet() const
AWS_ELASTICLOADBALANCING_API SourceSecurityGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
SourceSecurityGroup & WithOwnerAlias(const char *value)
AWS_ELASTICLOADBALANCING_API SourceSecurityGroup()
SourceSecurityGroup & WithGroupName(const Aws::String &value)
void SetOwnerAlias(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream