66 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
123 bool m_nameHasBeenSet =
false;
126 bool m_creationDateHasBeenSet =
false;
AWS_S3_API Bucket(const Aws::Utils::Xml::XmlNode &xmlNode)
Bucket & WithName(const Aws::String &value)
AWS_S3_API Bucket & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
void SetName(const Aws::String &value)
void SetCreationDate(Aws::Utils::DateTime &&value)
Bucket & WithCreationDate(Aws::Utils::DateTime &&value)
Bucket & WithCreationDate(const Aws::Utils::DateTime &value)
void SetCreationDate(const Aws::Utils::DateTime &value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetName(Aws::String &&value)
void SetName(const char *value)
bool CreationDateHasBeenSet() const
Bucket & WithName(Aws::String &&value)
Bucket & WithName(const char *value)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDate() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String