7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/LocationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
74 bool m_typeHasBeenSet =
false;
77 bool m_nameHasBeenSet =
false;
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
LocationInfo & WithType(LocationType value)
AWS_S3CRT_API LocationInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
void SetType(LocationType value)
LocationInfo & WithName(NameT &&value)
LocationType GetType() const
bool NameHasBeenSet() const
AWS_S3CRT_API LocationInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API LocationInfo()=default
bool TypeHasBeenSet() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String