7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_EXPORTS.h>
40 template <
typename DisplayNameT = Aws::String>
42 m_displayNameHasBeenSet =
true;
43 m_displayName = std::forward<DisplayNameT>(value);
45 template <
typename DisplayNameT = Aws::String>
58 template <
typename IDT = Aws::String>
60 m_iDHasBeenSet =
true;
61 m_iD = std::forward<IDT>(value);
63 template <
typename IDT = Aws::String>
65 SetID(std::forward<IDT>(value));
73 bool m_displayNameHasBeenSet =
false;
74 bool m_iDHasBeenSet =
false;
AWS_S3_API Owner()=default
bool IDHasBeenSet() const
bool DisplayNameHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API Owner(const Aws::Utils::Xml::XmlNode &xmlNode)
Owner & WithDisplayName(DisplayNameT &&value)
AWS_S3_API Owner & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDisplayName(DisplayNameT &&value)
Owner & WithID(IDT &&value)
const Aws::String & GetID() const
const Aws::String & GetDisplayName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String