7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancing/ElasticLoadBalancing_EXPORTS.h>
19namespace ElasticLoadBalancing {
34 const char* locationValue)
const;
43 template <
typename OwnerAliasT = Aws::String>
45 m_ownerAliasHasBeenSet =
true;
46 m_ownerAlias = std::forward<OwnerAliasT>(value);
48 template <
typename OwnerAliasT = Aws::String>
61 template <
typename GroupNameT = Aws::String>
63 m_groupNameHasBeenSet =
true;
64 m_groupName = std::forward<GroupNameT>(value);
66 template <
typename GroupNameT = Aws::String>
76 bool m_ownerAliasHasBeenSet =
false;
77 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