7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/S3GranteeTypeIdentifier.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
75 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
83 bool m_typeIdentifierHasBeenSet =
false;
86 bool m_identifierHasBeenSet =
false;
89 bool m_displayNameHasBeenSet =
false;
S3Grantee & WithDisplayName(const char *value)
const Aws::String & GetIdentifier() const
S3Grantee & WithDisplayName(Aws::String &&value)
const Aws::String & GetDisplayName() const
void SetTypeIdentifier(const S3GranteeTypeIdentifier &value)
S3Grantee & WithTypeIdentifier(S3GranteeTypeIdentifier &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetTypeIdentifier(S3GranteeTypeIdentifier &&value)
void SetDisplayName(const char *value)
bool TypeIdentifierHasBeenSet() const
S3Grantee & WithDisplayName(const Aws::String &value)
void SetIdentifier(const Aws::String &value)
S3Grantee & WithTypeIdentifier(const S3GranteeTypeIdentifier &value)
S3Grantee & WithIdentifier(const Aws::String &value)
void SetIdentifier(const char *value)
AWS_S3CONTROL_API S3Grantee()
S3Grantee & WithIdentifier(const char *value)
AWS_S3CONTROL_API S3Grantee & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API S3Grantee(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDisplayName(Aws::String &&value)
bool DisplayNameHasBeenSet() const
void SetIdentifier(Aws::String &&value)
void SetDisplayName(const Aws::String &value)
S3Grantee & WithIdentifier(Aws::String &&value)
bool IdentifierHasBeenSet() const
const S3GranteeTypeIdentifier & GetTypeIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String