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>
51 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
65 inline void SetResourceOwner(
const char* value) { m_resourceOwnerHasBeenSet =
true; m_resourceOwner.assign(value); }
73 bool m_resourceIdHasBeenSet =
false;
76 bool m_resourceOwnerHasBeenSet =
false;
const Aws::String & GetResourceOwner() const
void SetResourceId(const char *value)
PrefixListAssociation & WithResourceId(Aws::String &&value)
AWS_EC2_API PrefixListAssociation()
void SetResourceOwner(const char *value)
AWS_EC2_API PrefixListAssociation & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
PrefixListAssociation & WithResourceId(const char *value)
const Aws::String & GetResourceId() const
PrefixListAssociation & WithResourceOwner(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
PrefixListAssociation & WithResourceId(const Aws::String &value)
void SetResourceOwner(const Aws::String &value)
void SetResourceOwner(Aws::String &&value)
bool ResourceOwnerHasBeenSet() const
AWS_EC2_API PrefixListAssociation(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ResourceIdHasBeenSet() const
void SetResourceId(Aws::String &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetResourceId(const Aws::String &value)
PrefixListAssociation & WithResourceOwner(const Aws::String &value)
PrefixListAssociation & WithResourceOwner(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream