7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetMetadataXML(
const char* value) { m_metadataXMLHasBeenSet =
true; m_metadataXML.assign(value); }
67 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
81 inline void SetUserIdAttribute(
const char* value) { m_userIdAttributeHasBeenSet =
true; m_userIdAttribute.assign(value); }
95 inline void SetUserGroupAttribute(
const char* value) { m_userGroupAttributeHasBeenSet =
true; m_userGroupAttribute.assign(value); }
103 bool m_metadataXMLHasBeenSet =
false;
106 bool m_roleArnHasBeenSet =
false;
109 bool m_userIdAttributeHasBeenSet =
false;
112 bool m_userGroupAttributeHasBeenSet =
false;
void SetUserIdAttribute(const Aws::String &value)
void SetUserIdAttribute(Aws::String &&value)
void SetRoleArn(const Aws::String &value)
SamlConfiguration & WithUserGroupAttribute(Aws::String &&value)
const Aws::String & GetUserIdAttribute() const
void SetRoleArn(const char *value)
void SetMetadataXML(const char *value)
AWS_QBUSINESS_API SamlConfiguration()
SamlConfiguration & WithUserIdAttribute(const Aws::String &value)
SamlConfiguration & WithRoleArn(const char *value)
AWS_QBUSINESS_API SamlConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API SamlConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SamlConfiguration & WithUserIdAttribute(const char *value)
const Aws::String & GetUserGroupAttribute() const
void SetMetadataXML(const Aws::String &value)
void SetRoleArn(Aws::String &&value)
bool UserIdAttributeHasBeenSet() const
bool UserGroupAttributeHasBeenSet() const
void SetUserIdAttribute(const char *value)
void SetUserGroupAttribute(const char *value)
SamlConfiguration & WithMetadataXML(const char *value)
SamlConfiguration & WithRoleArn(Aws::String &&value)
void SetUserGroupAttribute(Aws::String &&value)
SamlConfiguration & WithUserIdAttribute(Aws::String &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMetadataXML(Aws::String &&value)
void SetUserGroupAttribute(const Aws::String &value)
SamlConfiguration & WithUserGroupAttribute(const char *value)
SamlConfiguration & WithRoleArn(const Aws::String &value)
SamlConfiguration & WithMetadataXML(const Aws::String &value)
bool MetadataXMLHasBeenSet() const
SamlConfiguration & WithMetadataXML(Aws::String &&value)
const Aws::String & GetMetadataXML() const
bool RoleArnHasBeenSet() const
SamlConfiguration & WithUserGroupAttribute(const Aws::String &value)
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue