7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3-crt/S3Crt_EXPORTS.h>
28 AWS_S3CRT_API
Owner() =
default;
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_S3CRT_API Owner(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDisplayName(DisplayNameT &&value)
AWS_S3CRT_API Owner()=default
const Aws::String & GetDisplayName() const
Owner & WithID(IDT &&value)
AWS_S3CRT_API Owner & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetID() const
Owner & WithDisplayName(DisplayNameT &&value)
bool DisplayNameHasBeenSet() const
bool IDHasBeenSet() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String