7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename MetadataXMLT = Aws::String>
50 template<
typename MetadataXMLT = Aws::String>
63 template<
typename RoleArnT = Aws::String>
64 void SetRoleArn(
RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
65 template<
typename RoleArnT = Aws::String>
75 template<
typename UserIdAttributeT = Aws::String>
77 template<
typename UserIdAttributeT = Aws::String>
87 template<
typename UserGroupAttributeT = Aws::String>
89 template<
typename UserGroupAttributeT = Aws::String>
95 bool m_metadataXMLHasBeenSet =
false;
98 bool m_roleArnHasBeenSet =
false;
101 bool m_userIdAttributeHasBeenSet =
false;
104 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