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>
52 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
66 inline void SetPrefixListId(
const char* value) { m_prefixListIdHasBeenSet =
true; m_prefixListId.assign(value); }
74 bool m_descriptionHasBeenSet =
false;
77 bool m_prefixListIdHasBeenSet =
false;
PrefixListId & WithPrefixListId(Aws::String &&value)
void SetDescription(Aws::String &&value)
AWS_EC2_API PrefixListId & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetDescription() const
PrefixListId & WithPrefixListId(const Aws::String &value)
AWS_EC2_API PrefixListId()
PrefixListId & WithDescription(const Aws::String &value)
void SetPrefixListId(const Aws::String &value)
PrefixListId & WithDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetPrefixListId(const char *value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetDescription(const char *value)
void SetPrefixListId(Aws::String &&value)
const Aws::String & GetPrefixListId() const
AWS_EC2_API PrefixListId(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
PrefixListId & WithDescription(const char *value)
bool PrefixListIdHasBeenSet() const
PrefixListId & WithPrefixListId(const char *value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream