61 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
96 inline void SetEmailAddress(
const char* value) { m_emailAddressHasBeenSet =
true; m_emailAddress.assign(value); }
131 inline void SetID(
const char* value) { m_iDHasBeenSet =
true; m_iD.assign(value); }
156 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
161 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = value; }
191 inline void SetURI(
const char* value) { m_uRIHasBeenSet =
true; m_uRI.assign(value); }
210 bool m_displayNameHasBeenSet;
212 bool m_emailAddressHasBeenSet;
216 bool m_typeHasBeenSet;
218 bool m_uRIHasBeenSet;
const Type & GetType() const
void SetDisplayName(Aws::String &&value)
Grantee & WithDisplayName(Aws::String &&value)
Grantee & WithEmailAddress(const Aws::String &value)
const Aws::String & GetEmailAddress() const
Grantee & WithEmailAddress(const char *value)
const Aws::String & GetURI() const
void SetType(const Type &value)
Grantee & WithDisplayName(const char *value)
const Aws::String & GetID() const
void SetID(const Aws::String &value)
void SetEmailAddress(const Aws::String &value)
Grantee & WithID(const Aws::String &value)
void SetID(Aws::String &&value)
void SetURI(const Aws::String &value)
void SetType(Type &&value)
Grantee & WithDisplayName(const Aws::String &value)
Grantee & WithType(Type &&value)
void SetDisplayName(const Aws::String &value)
void SetURI(const char *value)
Grantee & WithURI(const Aws::String &value)
void SetDisplayName(const char *value)
void SetEmailAddress(Aws::String &&value)
Grantee & WithType(const Type &value)
void SetEmailAddress(const char *value)
Grantee & WithURI(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetURI(Aws::String &&value)
Grantee & WithID(Aws::String &&value)
const Aws::String & GetDisplayName() const
void SetID(const char *value)
JSON (JavaScript Object Notation).
Grantee & WithID(const char *value)
Grantee & WithURI(Aws::String &&value)
Grantee & WithEmailAddress(Aws::String &&value)