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 ResourceIdT = Aws::String>
50 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
51 template<
typename ResourceIdT = Aws::String>
61 template<
typename ResourceOwnerT = Aws::String>
62 void SetResourceOwner(ResourceOwnerT&& value) { m_resourceOwnerHasBeenSet =
true; m_resourceOwner = std::forward<ResourceOwnerT>(value); }
63 template<
typename ResourceOwnerT = Aws::String>
69 bool m_resourceIdHasBeenSet =
false;
72 bool m_resourceOwnerHasBeenSet =
false;
const Aws::String & GetResourceOwner() const
void SetResourceId(ResourceIdT &&value)
AWS_EC2_API PrefixListAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetResourceId() const
void SetResourceOwner(ResourceOwnerT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
PrefixListAssociation & WithResourceOwner(ResourceOwnerT &&value)
PrefixListAssociation & WithResourceId(ResourceIdT &&value)
bool ResourceOwnerHasBeenSet() const
AWS_EC2_API PrefixListAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ResourceIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API PrefixListAssociation()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream