7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename GroupArnT = Aws::String>
50 void SetGroupArn(GroupArnT&& value) { m_groupArnHasBeenSet =
true; m_groupArn = std::forward<GroupArnT>(value); }
51 template<
typename GroupArnT = Aws::String>
61 template<
typename OwnerIdT = Aws::String>
62 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
63 template<
typename OwnerIdT = Aws::String>
69 bool m_groupArnHasBeenSet =
false;
72 bool m_ownerIdHasBeenSet =
false;
void SetOwnerId(OwnerIdT &&value)
const Aws::String & GetGroupArn() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool GroupArnHasBeenSet() const
const Aws::String & GetOwnerId() const
CapacityReservationGroup & WithOwnerId(OwnerIdT &&value)
AWS_EC2_API CapacityReservationGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API CapacityReservationGroup()=default
AWS_EC2_API CapacityReservationGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
CapacityReservationGroup & WithGroupArn(GroupArnT &&value)
bool OwnerIdHasBeenSet() const
void SetGroupArn(GroupArnT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream