7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/LocationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
77 bool m_typeHasBeenSet =
false;
80 bool m_nameHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetName(const Aws::String &value)
void SetType(const LocationType &value)
void SetType(LocationType &&value)
const LocationType & GetType() const
AWS_S3_API LocationInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
LocationInfo & WithName(const Aws::String &value)
LocationInfo & WithType(LocationType &&value)
void SetName(Aws::String &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
LocationInfo & WithName(const char *value)
LocationInfo & WithName(Aws::String &&value)
AWS_S3_API LocationInfo()
void SetName(const char *value)
bool NameHasBeenSet() const
LocationInfo & WithType(const LocationType &value)
const Aws::String & GetName() const
AWS_S3_API LocationInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String