7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3-crt/model/Type.h>
49 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
72 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
85 inline void SetID(
Aws::String&& value) { m_iDHasBeenSet =
true; m_iD = std::move(value); }
86 inline void SetID(
const char* value) { m_iDHasBeenSet =
true; m_iD.assign(value); }
98 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
99 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
112 inline void SetURI(
const char* value) { m_uRIHasBeenSet =
true; m_uRI.assign(value); }
120 bool m_displayNameHasBeenSet =
false;
123 bool m_emailAddressHasBeenSet =
false;
126 bool m_iDHasBeenSet =
false;
129 bool m_typeHasBeenSet =
false;
132 bool m_uRIHasBeenSet =
false;
void SetID(const Aws::String &value)
void SetDisplayName(const Aws::String &value)
bool DisplayNameHasBeenSet() const
Grantee & WithDisplayName(const char *value)
bool EmailAddressHasBeenSet() const
void SetDisplayName(const char *value)
const Aws::String & GetID() const
Grantee & WithURI(const Aws::String &value)
AWS_S3CRT_API Grantee(const Aws::Utils::Xml::XmlNode &xmlNode)
Grantee & WithEmailAddress(const char *value)
Grantee & WithEmailAddress(Aws::String &&value)
void SetID(Aws::String &&value)
const Aws::String & GetURI() const
const Aws::String & GetDisplayName() const
Grantee & WithID(const char *value)
Grantee & WithType(const Type &value)
Grantee & WithID(const Aws::String &value)
const Type & GetType() const
void SetType(Type &&value)
Grantee & WithURI(const char *value)
void SetType(const Type &value)
AWS_S3CRT_API Grantee & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDisplayName(Aws::String &&value)
Grantee & WithType(Type &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
Grantee & WithURI(Aws::String &&value)
void SetURI(const Aws::String &value)
Grantee & WithEmailAddress(const Aws::String &value)
bool URIHasBeenSet() const
bool IDHasBeenSet() const
Grantee & WithDisplayName(Aws::String &&value)
void SetEmailAddress(Aws::String &&value)
bool TypeHasBeenSet() const
Grantee & WithDisplayName(const Aws::String &value)
void SetURI(const char *value)
void SetEmailAddress(const Aws::String &value)
Grantee & WithID(Aws::String &&value)
void SetURI(Aws::String &&value)
void SetEmailAddress(const char *value)
const Aws::String & GetEmailAddress() const
void SetID(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String