7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
42 template <
typename MetadataXMLT = Aws::String>
44 m_metadataXMLHasBeenSet =
true;
45 m_metadataXML = std::forward<MetadataXMLT>(value);
47 template <
typename MetadataXMLT = Aws::String>
63 template <
typename RoleArnT = Aws::String>
65 m_roleArnHasBeenSet =
true;
66 m_roleArn = std::forward<RoleArnT>(value);
68 template <
typename RoleArnT = Aws::String>
81 template <
typename UserIdAttributeT = Aws::String>
83 m_userIdAttributeHasBeenSet =
true;
84 m_userIdAttribute = std::forward<UserIdAttributeT>(value);
86 template <
typename UserIdAttributeT = Aws::String>
99 template <
typename UserGroupAttributeT = Aws::String>
101 m_userGroupAttributeHasBeenSet =
true;
102 m_userGroupAttribute = std::forward<UserGroupAttributeT>(value);
104 template <
typename UserGroupAttributeT = Aws::String>
118 bool m_metadataXMLHasBeenSet =
false;
119 bool m_roleArnHasBeenSet =
false;
120 bool m_userIdAttributeHasBeenSet =
false;
121 bool m_userGroupAttributeHasBeenSet =
false;
const Aws::String & GetUserIdAttribute() const
SamlConfiguration & WithUserIdAttribute(UserIdAttributeT &&value)
void SetUserGroupAttribute(UserGroupAttributeT &&value)
AWS_QBUSINESS_API SamlConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API SamlConfiguration()=default
AWS_QBUSINESS_API SamlConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SamlConfiguration & WithMetadataXML(MetadataXMLT &&value)
const Aws::String & GetUserGroupAttribute() const
void SetUserIdAttribute(UserIdAttributeT &&value)
bool UserIdAttributeHasBeenSet() const
bool UserGroupAttributeHasBeenSet() const
SamlConfiguration & WithRoleArn(RoleArnT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
bool MetadataXMLHasBeenSet() const
SamlConfiguration & WithUserGroupAttribute(UserGroupAttributeT &&value)
const Aws::String & GetMetadataXML() const
bool RoleArnHasBeenSet() const
const Aws::String & GetRoleArn() const
void SetMetadataXML(MetadataXMLT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue