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;
48 template<
typename OwnerAliasT = Aws::String>
49 void SetOwnerAlias(OwnerAliasT&& value) { m_ownerAliasHasBeenSet =
true; m_ownerAlias = std::forward<OwnerAliasT>(value); }
50 template<
typename OwnerAliasT = Aws::String>
60 template<
typename GroupNameT = Aws::String>
61 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
62 template<
typename GroupNameT = Aws::String>
68 bool m_ownerAliasHasBeenSet =
false;
71 bool m_groupNameHasBeenSet =
false;
SourceSecurityGroup & WithOwnerAlias(OwnerAliasT &&value)
bool GroupNameHasBeenSet() const
AWS_ELASTICLOADBALANCING_API SourceSecurityGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetGroupName() const
const Aws::String & GetOwnerAlias() const
AWS_ELASTICLOADBALANCING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SourceSecurityGroup & WithGroupName(GroupNameT &&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)
void SetGroupName(GroupNameT &&value)
AWS_ELASTICLOADBALANCING_API SourceSecurityGroup()=default
void SetOwnerAlias(OwnerAliasT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream