7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3-crt/S3Crt_EXPORTS.h>
9#include <aws/s3-crt/model/LocationType.h>
48 m_typeHasBeenSet =
true;
66 template <
typename NameT = Aws::String>
68 m_nameHasBeenSet =
true;
69 m_name = std::forward<NameT>(value);
71 template <
typename NameT = Aws::String>
73 SetName(std::forward<NameT>(value));
81 bool m_typeHasBeenSet =
false;
82 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