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>
43 template <
typename ResourceIdT = Aws::String>
45 m_resourceIdHasBeenSet =
true;
46 m_resourceId = std::forward<ResourceIdT>(value);
48 template <
typename ResourceIdT = Aws::String>
61 template <
typename ResourceOwnerT = Aws::String>
63 m_resourceOwnerHasBeenSet =
true;
64 m_resourceOwner = std::forward<ResourceOwnerT>(value);
66 template <
typename ResourceOwnerT = Aws::String>
76 bool m_resourceIdHasBeenSet =
false;
77 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