7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
42 template <
typename GroupIdT = Aws::String>
44 m_groupIdHasBeenSet =
true;
45 m_groupId = std::forward<GroupIdT>(value);
47 template <
typename GroupIdT = Aws::String>
60 template <
typename GroupNameT = Aws::String>
62 m_groupNameHasBeenSet =
true;
63 m_groupName = std::forward<GroupNameT>(value);
65 template <
typename GroupNameT = Aws::String>
75 bool m_groupIdHasBeenSet =
false;
76 bool m_groupNameHasBeenSet =
false;
GroupIdentifier & WithGroupName(GroupNameT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API GroupIdentifier()=default
bool GroupIdHasBeenSet() const
void SetGroupName(GroupNameT &&value)
AWS_EC2_API GroupIdentifier(const Aws::Utils::Xml::XmlNode &xmlNode)
GroupIdentifier & WithGroupId(GroupIdT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API GroupIdentifier & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetGroupId() const
const Aws::String & GetGroupName() const
void SetGroupId(GroupIdT &&value)
bool GroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream