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>
44 template <
typename DescriptionT = Aws::String>
46 m_descriptionHasBeenSet =
true;
47 m_description = std::forward<DescriptionT>(value);
49 template <
typename DescriptionT = Aws::String>
62 template <
typename PrefixListIdT = Aws::String>
64 m_prefixListIdHasBeenSet =
true;
65 m_prefixListId = std::forward<PrefixListIdT>(value);
67 template <
typename PrefixListIdT = Aws::String>
77 bool m_descriptionHasBeenSet =
false;
78 bool m_prefixListIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
AWS_EC2_API PrefixListId()=default
AWS_EC2_API PrefixListId & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetDescription() const
void SetPrefixListId(PrefixListIdT &&value)
PrefixListId & WithPrefixListId(PrefixListIdT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
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
bool PrefixListIdHasBeenSet() const
PrefixListId & WithDescription(DescriptionT &&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