64 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
150 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
218 inline void SetID(
const char* value) { m_iDHasBeenSet =
true; m_iD.assign(value); }
249 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
254 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
290 inline void SetURI(
const char* value) { m_uRIHasBeenSet =
true; m_uRI.assign(value); }
310 bool m_displayNameHasBeenSet =
false;
313 bool m_emailAddressHasBeenSet =
false;
316 bool m_iDHasBeenSet =
false;
319 bool m_typeHasBeenSet =
false;
322 bool m_uRIHasBeenSet =
false;
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Type & GetType() const
void SetID(Aws::String &&value)
Grantee & WithDisplayName(const char *value)
Grantee & WithURI(const Aws::String &value)
void SetDisplayName(const char *value)
void SetEmailAddress(const Aws::String &value)
Grantee & WithURI(Aws::String &&value)
Grantee & WithDisplayName(Aws::String &&value)
void SetType(Type &&value)
AWS_S3_API Grantee & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDisplayName(const Aws::String &value)
AWS_S3_API Grantee(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetURI(Aws::String &&value)
Grantee & WithID(const Aws::String &value)
const Aws::String & GetID() const
void SetURI(const Aws::String &value)
void SetID(const char *value)
const Aws::String & GetEmailAddress() const
void SetEmailAddress(Aws::String &&value)
const Aws::String & GetDisplayName() const
Grantee & WithURI(const char *value)
const Aws::String & GetURI() const
Grantee & WithID(const char *value)
void SetType(const Type &value)
Grantee & WithEmailAddress(const char *value)
Grantee & WithEmailAddress(const Aws::String &value)
bool TypeHasBeenSet() const
Grantee & WithType(const Type &value)
void SetEmailAddress(const char *value)
void SetID(const Aws::String &value)
bool DisplayNameHasBeenSet() const
Grantee & WithEmailAddress(Aws::String &&value)
bool URIHasBeenSet() const
Grantee & WithDisplayName(const Aws::String &value)
void SetURI(const char *value)
bool IDHasBeenSet() const
Grantee & WithID(Aws::String &&value)
Grantee & WithType(Type &&value)
bool EmailAddressHasBeenSet() const
void SetDisplayName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String