7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IdcApplicationArnT = Aws::String>
50 template<
typename IdcApplicationArnT = Aws::String>
61 template<
typename RoleArnT = Aws::String>
62 void SetRoleArn(
RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
63 template<
typename RoleArnT = Aws::String>
69 bool m_idcApplicationArnHasBeenSet =
false;
72 bool m_roleArnHasBeenSet =
false;
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
bool IdcApplicationArnHasBeenSet() const
IdcAuthConfiguration & WithRoleArn(RoleArnT &&value)
void SetIdcApplicationArn(IdcApplicationArnT &&value)
IdcAuthConfiguration & WithIdcApplicationArn(IdcApplicationArnT &&value)
const Aws::String & GetRoleArn() const
bool RoleArnHasBeenSet() const
AWS_QBUSINESS_API IdcAuthConfiguration()=default
AWS_QBUSINESS_API IdcAuthConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API IdcAuthConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdcApplicationArn() const
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